H3 is an open source geospatial indexing system using a hexagonal grid that can be subdivided into finer and finer hexagonal grids.
Features
- Simple, fast api for converting between lat/long coordinates and hexagon addresses
- Multiple hexagon resolutions with hierarchical relationships between them
- A library of common algorithms including neighbor traversal, compact and uncompact transformations, and converting between hexagon sets and polygons
The library is written in C with bindings available for other languages.
- Source: https://github.com/uber/h3
- Documentation: https://uber.github.io/h3