ocsmit / pyquad

Python implementation of the region quadtree

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 image

About

Python implementation of the region quadtree

License:MIT License


Languages

Language:Python 97.6%Language:Makefile 2.4%