FunctionsGeospatial
h3_is_res_class_iii
Returns true if the H3 cell's resolution is Class III (rotated) rather than Class II. This affects grid orientation.
h3_is_res_class_iii(…) → BoolKind · scalar
Returns true if the H3 cell's resolution is Class III (rotated) rather than Class II. This affects grid orientation.
Part of the Geospatial family.
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.
h3_is_valid
Returns true if the input is a valid H3 index (or unidirectional edge index). Use this to guard decoding and neighborhood operations.