geoprimsField-grade geospatial math

H3

Uber's H3 hexagonal grid.

H3 is Uber's hexagonal grid: 16 resolutions, each cell about one seventh the area of its parent, with 12 pentagons at every resolution. These tools index points, inspect cells, walk the hierarchy, search rings and paths, fill polygons, and outline sets of cells. Analysts and developers use H3 to aggregate points, join datasets, and search neighborhoods. Start with the resolution chooser to pick a cell size, then the point-to-cell tool. Pitfall: near a pentagon a cell has five neighbors, not six, so code that expects fixed ring sizes can break.

I want to find the H3 cell for a point, or inspect a cell

I want to choose a resolution

I want to move up or down the hierarchy

I want to find cells around or between cells

I want to do grid arithmetic around an origin cell

I want to fill a polygon with cells

I want to outline a set of cells as a polygon

Guides that use these tools