Skip to content

SYSTEM Cited by 1 source

H3 (Uber geospatial index)

H3 (h3geo.org, github.com/uber/h3) is Uber's open-source hexagonal hierarchical spatial index — the successor to Google's S2 library that Uber originally used for dispatch-service geospatial sharding. (Source: sources/2024-03-14-highscalability-brief-history-of-scaling-uber)

Same role as S2: partition geographic space into cells that can serve as shard keys for geospatial systems (e.g., dispatch) plus aggregation units for analytics. Hexagons (rather than S2's squares) give more uniform neighbor distances and better fit many rider-driver-marketplace computations.

Primary-source references:

Seen in

Last updated · 517 distilled / 1,221 read