h3o
Geo indexer
Implementation of the H3 geospatial indexing system in Rust.
Rust implementation of the H3 geospatial indexing system.
320 stars
11 watching
26 forks
Language: Rust
last commit: 6 days ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
uber/h3-go | A Go library for efficient spatial indexing and geospatial calculations using the H3 hierarchical hexagonal system | 319 |
isaacbrodsky/h3-duckdb | A DuckDB extension that provides support for H3 discrete global grid system | 173 |
scottmmjackson/h3r | A C++ implementation of a hexagonal indexing library for geospatial data | 77 |
kylebarron/geo-index | A Rust library that implements a static spatial index data structure optimized for performance and memory efficiency. | 78 |
mrhooray/kdtree-rs | An efficient data structure library for fast geospatial indexing and nearest neighbor searches | 233 |
locationtech/geowave | Provides geospatial and temporal indexing on top of various data stores and databases | 502 |
georust/geo | Geospatial primitive types and algorithms for spatial data manipulation | 1,579 |
georust/geos | Rust bindings for GEOS C API to provide a geospatial data processing interface | 125 |
georust/geozero | A Rust library for reading and writing geospatial data formats without an intermediate representation. | 363 |
georust/gdal | Rust bindings for a powerful geospatial data processing library | 369 |
josh-hemphill/maxminddb-deno | A WASM module that enables geoIP database lookups | 8 |
mmadfox/go-h3geo-dist | A tool for distributing and managing geospatial data using the H3 geo index. | 2 |
georust/topojson | Provides Rust bindings and utilities for working with TopoJSON data format | 10 |
georust/geohash | A Rust library for generating geohashes from latitude and longitude coordinates. | 102 |
mmadfox/go-geojson2h3 | Utilities for converting between GeoJSON objects and H3 hexagon indexes | 4 |