All tools
H3
Open Source
Uber's hexagonal hierarchical geospatial indexing system for efficient spatial analysis.
Stars
6.6k
Last commit
6 days ago
License
Apache-2.0
Founded
2018
About
H3 is a geospatial indexing system using a hexagonal grid that can be hierarchically subdivided into finer and finer hexagons. Created by Uber for efficient ride matching and analysis.
Features
- Hexagonal hierarchical grid indexing
- Convert coordinates to cell indexes
- Grid traversal with k-ring neighborhoods
- Compact and uncompact cell sets
- Directed edges between neighboring cells
- Bindings for JavaScript, Python, Java, and more