Resolve "Improve documentation"
1 unresolved thread
GeoSpatialTools
__init__.py +3 -1
kdtree.py +1 -3
octtree.py +4 -378
quadtree.py +3 -280
record.py +172 -0
shape.py +503 -0
test
test_kdtree.py +1 -1
test_octtree.py +3 -3
test_quadtree.py +3 -1
CHANGES.md +5 -0
+ 3
- 1
+ 1
- 3
+ 4
- 378
+ 3
- 280
+ 172
- 0
+ 503
- 0
+ 1
- 1
+ 3
- 3
+ 3
- 1
+ 5
- 0