https://github.com/xiaohk/quadtree-d3
https://github.com/xiaohk/quadtree-d3
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/xiaohk/quadtree-d3
- Owner: xiaohk
- License: mit
- Created: 2022-12-17T20:02:59.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-02T21:40:03.000Z (over 2 years ago)
- Last Synced: 2024-12-28T06:27:19.139Z (over 1 year ago)
- Language: Python
- Size: 38.1 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Quadtree
[](https://github.com/xiaohk/quadtree-d3/actions/workflows/build.yml)
[](https://pypi.python.org/pypi/quadtreed3)
[](https://github.com/xiaohk/quadtreed3/blob/master/LICENSE)
[](https://doi.org/10.5281/zenodo.7662923)
An Efficient Python Implementation of [Quadtree](https://en.wikipedia.org/wiki/Quadtree) for Spatial Data Analysis. The tree structure is compatible with [d3-quadtree](https://github.com/d3/d3-quadtree).