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¶
Start Here¶
Current Scope¶
| Data structure | Status | Use case |
|---|---|---|
KDTree |
Available | Exact nearest-neighbor search over fixed-dimensional points |