A Python implementation of a kd-tree for efficient spatial searching. Current version 0.16. Intermittent releases, last updated 2017.
pip install kdtreeNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Create a kd-tree from points and perform a nearest neighbor search.
Upgrade to >=0.12 and use 'search_nearest' for consistent single-result behavior.
Pass all points at construction time: KDTree(points).
Ensure all point coordinates are numeric (int or float).
No dependency data recorded yet.