Skip to content

fastspatial

fastspatial provides Rust-accelerated spatial data structures with a clean Python API.

The first public structure is KDTree, an exact k-nearest-neighbor index for NumPy point arrays.

Install

pip install fastspatial

Start Here

Current Scope

Data structure Status Use case
KDTree Available Exact nearest-neighbor search over fixed-dimensional points