H3
Hexagonal hierarchical geospatial indexing system observed · 2026-08-28
Health v2 · maintenance only
85/100
- Activity 98
- Release rhythm 60
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 99
- age_days: 3178
- days_rel: 104
- days_push: 13
- n_releases_24m: 6
Adoption not part of the score
6495 stars · 613 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
H3 is a hexagonal hierarchical geospatial indexing system developed at Uber, implemented as a C core library with bindings for many languages including JavaScript, Python, Java, and Go. It partitions the globe into hexagonal cells across 16 resolutions, enabling spatial joins, aggregation, nearest-neighbor, and flow modeling on geographic data.
Use cases
- index latitude/longitude points into hexagonal grid cells
- aggregate and join disparate geospatial datasets at different resolutions
- find neighbors and grid distance between hex cells
- bin coordinates into hexagons for map visualizations
- prepare geospatial features for machine learning
- model flows and shortest paths on a hex grid
- convert between coordinates and cell boundaries/polygons
When to choose
- you need a hierarchical discrete global grid with hexagonal cells
- you want fast spatial joins or aggregation across datasets
- you need multi-resolution indexing from city-scale to meter-scale
- you want bindings across many languages backed by a fast C core
When to avoid
- you need exact geometric containment between parent and child cells (H3 only guarantees approximate containment)
- you need precise polygon coverage or raster reprojection rather than point/cell indexing
- you need a full GIS toolkit rather than a grid indexing library
Facets
library · maturity stable
geospatial sdk cli developer-tools data-science analytics cross-platform c python go jvm rust cli hexagonal-grid spatial-indexing discrete-global-grid-system hierarchical-indexing geohashing spatial-join uber geospatial maps algorithms javascript
9 sources
- readme: https://github.com/uber/h3 · fetched 2026-08-28 · 818afc7bd675
- homepage: https://h3geo.org · fetched 2026-08-29 · 6a4888678e39
- site_page: https://h3geo.org/docs · fetched 2026-08-29 · d307841d6a60
- site_page: https://h3geo.org/docs/api/indexing · fetched 2026-08-29 · d092768f08e5
- site_page: https://h3geo.org/docs/community/bindings · fetched 2026-08-29 · 10e1c4ac3bfb
- site_page: https://h3geo.org/docs/core-library/restable · fetched 2026-08-29 · aec80de293b1
- site_page: https://h3geo.org/docs/3.x · fetched 2026-08-29 · 1e87de5956f1
- site_page: https://h3geo.org/docs/installation · fetched 2026-08-29 · 636491219640
- registry_npm: https://registry.npmjs.org/h3-js · fetched 2026-08-29 · 5aa87cda5284
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| uber/h3 | main | 85 |
| uber/h3-js | sdk | 88 |
| uber/h3-py | sdk | 90 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem