kdtree-rs
Geo-indexer
An efficient data structure library for fast geospatial indexing and nearest neighbor searches
K-dimensional tree in Rust for fast geospatial indexing and lookup
230 stars
6 watching
55 forks
Language: Rust
last commit: 6 months ago
Linked from 2 awesome lists
geo-spatialindexk-dimensionalnearest-neighbor-searchrustsearchtree
Related projects:
Repository | Description | Stars |
---|---|---|
georust/rstar | An efficient spatial index implementation for nearest neighbor search in n-dimensional spaces | 414 |
kylebarron/geo-index | A Rust library that implements a static spatial index data structure optimized for performance and memory efficiency. | 77 |
adamreichold/sif-rtree | An immutable data structure for efficiently storing and querying spatial data in 2D space | 4 |
pka/rust-kdbush | Provides a fast 2D spatial index solution for efficient point searches | 11 |
georust/geo | Geospatial primitive types and algorithms for spatial data manipulation | 1,569 |
stefansalewski/rtree | A data structure for efficient spatial searching and indexing of objects in high-dimensional space. | 26 |
jblindsay/kdtree | An efficient spatial data structure for fast point query operations | 43 |
georust/geohash | A Rust library for generating geohashes from latitude and longitude coordinates. | 98 |
georust/geocoding | Utility library for converting addresses to geographic coordinates. | 77 |
georust/geozero | A Rust library for reading and writing geospatial data formats without an intermediate representation. | 358 |
georust/gdal | Rust bindings for a powerful geospatial data processing library | 369 |
georust/geos | Rust bindings for GEOS C API to provide a geospatial data processing interface | 124 |
tidwall/rtree | An in-memory R-tree implementation designed for fast spatial searching and indexing | 314 |
pka/georaster | A Rust library for working with geospatial raster images | 24 |
toblerity/rtree | An optimized spatial indexing solution for Python applications. | 630 |