1 files changed, 8 insertions(+), 0 deletions(-)
M README.md
M README.md => README.md +8 -0
@@ 2,4 2,12 @@
---
+
+`pyquad` is a python library for generating quadtrees.
+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.
+
![example](https://user-images.githubusercontent.com/55674113/205153140-2babf078-cb59-490d-90ae-2f0d8cb0cbbc.png)