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

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

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.

![image](https://github.com/ocsmit/pyquad/assets/55674113/194c00ae-b4b1-457a-8489-e56a165ef4b1)
![image](https://github.com/ocsmit/pyquad/assets/55674113/903911e1-253b-4b8d-a801-5daae19baa28)