uxarray icon indicating copy to clipboard operation
uxarray copied to clipboard

DRAFT: Construct a `spatialpandas.spatialindex.HilbertRtree` for fast bounding box queries

Open philipc2 opened this issue 7 months ago • 6 comments

Closes #XXX

Overview

  • Constructs a spatialpandas.spatialindex.HilbertRTree for doing spatial queries on the bounds of each face.
  • Chosen over the rtree package since the implementation in SpatialPandas is Numba compatible.

philipc2 avatar Apr 18 '25 22:04 philipc2