FunctionsGeospatial
h3_indexes_are_neighbors
Returns true if two H3 cells share an edge (are direct neighbors) at the same resolution.
h3_indexes_are_neighbors(…) → BoolKind · scalar
Returns true if two H3 cells share an edge (are direct neighbors) at the same resolution.
Part of the Geospatial family.
h3_hex_ring
Returns the ring of H3 cells at distance k from an origin cell (excluding the origin). Use this for neighborhood queries and spatial smoothing.
h3_is_pentagon
Returns true if the H3 index represents a pentagon cell (which occurs at each resolution). Pentagons have different neighborhood properties than hexagons.