FunctionsGeospatial
h3_hex_area_km2
Returns the average area of a hexagon at a given H3 resolution. The input may be either a resolution integer or an H3 index.
h3_hex_area_km2(…) → Float64Kind · scalar
Returns the average area of a hexagon at a given H3 resolution. The input may be either a resolution integer or an H3 index.
Part of the Geospatial family.
h3_get_unidirectional_edges_from_hexagon
Returns six directed-edge tokens for a cell as a JSON array. Each edge originates from the input cell and targets one pseudo-neighbor direction.
h3_hex_area_m2
Returns the average area of a hexagon at a given H3 resolution. This is a resolution-level statistic (not per-cell).