geo-index
Spatial index library
A Rust library that implements a static spatial index data structure optimized for performance and memory efficiency.
A Rust crate and Python library for packed, static, zero-copy spatial indexes.
77 stars
3 watching
6 forks
Language: Rust
last commit: 14 days ago
Linked from 1 awesome list
flatbushgeorustgeospatialkdbushkdtreepyo3pythonrtreerustspatial-indexes
Related projects:
Repository | Description | Stars |
---|---|---|
mrhooray/kdtree-rs | An efficient data structure library for fast geospatial indexing and nearest neighbor searches | 230 |
georust/rstar | An efficient spatial index implementation for nearest neighbor search in n-dimensional spaces | 414 |
pka/rust-kdbush | Provides a fast 2D spatial index solution for efficient point searches | 11 |
adamreichold/sif-rtree | An immutable data structure for efficiently storing and querying spatial data in 2D space | 4 |
stefansalewski/rtree | A data structure for efficient spatial searching and indexing of objects in high-dimensional space. | 26 |
georust/geo | Geospatial primitive types and algorithms for spatial data manipulation | 1,569 |
georust/kml | A Rust library for working with KML data formats | 27 |
geoarrow/geoarrow-rs | A library that enables efficient spatial operations on GeoArrow memory using vectorized geometry operations in multiple programming languages. | 259 |
georust/geojson | A Rust library for serializing and parsing the GeoJSON vector GIS file format | 279 |
georust/geohash | A Rust library for generating geohashes from latitude and longitude coordinates. | 98 |
georust/geos | Rust bindings for GEOS C API to provide a geospatial data processing interface | 124 |
juliageo/libspatialindex.jl | A Julia wrapper around a spatial indexing library for efficient storage and querying of 2D data. | 10 |
georust/geozero | A Rust library for reading and writing geospatial data formats without an intermediate representation. | 358 |
georust/geocoding | Utility library for converting addresses to geographic coordinates. | 77 |
georust/gdal | Rust bindings for a powerful geospatial data processing library | 369 |