An open API service indexing awesome lists of open source software.

https://github.com/endymecy/spatial-trees

Python implement for spatial trees
https://github.com/endymecy/spatial-trees

Last synced: 3 months ago
JSON representation

Python implement for spatial trees

Awesome Lists containing this project

README

        

# spatial-trees

![spatial search](https://cdn-images-1.medium.com/max/2000/1*RsZ300nAnsPCxrd2bu5sQw.png)

Python implement for spatial trees.

The library includes following trees:

- KD-tree
- R-tree
- Ball-tree
- OCTree
- Quad-tree
- Greene-tree
- R*-tree
- X-tree
- Cover tree

# 参考

http://blog.sciencenet.cn/blog-1345027-792094.html