stilt.Mesh.from_h3#

classmethod Mesh.from_h3(resolution, bounds)[source]#

H3 hexagons of resolution covering bounds (requires h3).

bounds is a Bounds/Grid or an (xmin, ymin, xmax, ymax) tuple in lon/lat degrees. Cell ids are the H3 cell strings; coordinates are lon/lat.

Return type:

Mesh

Parameters:

resolution (int)