Skip to content

Returns the center child index at the specified resolution.

func.h3_to_center_child(h3, res)
func.h3_to_center_child(599119489002373119, 15)
┌─────────────────────────────────────────────────┐
│ func.h3_to_center_child(599119489002373119, 15) │
├─────────────────────────────────────────────────┤
644155484202336256
└─────────────────────────────────────────────────┘
H3_TO_CENTER_CHILD(h3, res)
SELECT H3_TO_CENTER_CHILD(599119489002373119, 15);
┌────────────────────────────────────────────┐
│ h3_to_center_child(599119489002373119, 15) │
├────────────────────────────────────────────┤
644155484202336256
└────────────────────────────────────────────┘