https://github.com/ocsmit/pyquad
Python implementation of the region quadtree
https://github.com/ocsmit/pyquad
Last synced: 10 days ago
JSON representation
Python implementation of the region quadtree
- Host: GitHub
- URL: https://github.com/ocsmit/pyquad
- Owner: ocsmit
- License: mit
- Created: 2022-11-15T19:28:08.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-05T13:35:59.000Z (about 2 years ago)
- Last Synced: 2025-03-02T05:42:54.224Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 4.47 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pyquad
---
`pyquad` is a python library for generating quadtrees - note: a bit messy and not at all optimized.
A focus is placed on region quadtrees as future use/development will be geared towards remote sensing based algorithms.
A demo can be found within the notebooks folder.
Dependencies can be installed with either poetry or conda/mamba.

