astro-QTpy
astroQTpy (Astronomy Quad Trees in Python) is a Python package for efficiently mapping 2D parameter space using quadtrees. Quadtrees are an efficient way to partition a two-dimensional space by recursively subdividing it into four equal quadrants (or nodes). astroQTpy is pip installable and open source on GitHub.
Learn more