Add method remove record from QuadTree and OctTree classes
GeoSpatialTools
octtree.py +35 -0
quadtree.py +27 -0
test
test_octtree.py +35 -0
test_quadtree.py +23 -0
pyproject.toml +1 -1
+ 35
- 0
+ 27
- 0
+ 35
- 0
+ 23
- 0
+ 1
- 1