FunctionsGeospatial
h3_distance
Returns an approximate H3 grid distance in hex steps between two indexes. Inputs with different resolutions are treated as non-comparable in V1.
h3_distance(…) → Int64Kind · scalar
Returns an approximate H3 grid distance in hex steps between two indexes. Inputs with different resolutions are treated as non-comparable in V1.
Part of the Geospatial family.
h3_cell_area_rads2
Returns average H3 cell area in radians squared for the resolution encoded by the input index. If the argument is 0..15, it is interpreted as a resolution.
h3_edge_angle
Returns a deterministic orientation angle in radians for an H3 edge token. V1 derives the orientation from a stable hash of the edge identifier.