Skip to content

Returns the exact area of specific cell in square meters.

func.h3_cell_area_m2(h3)
func.h3_cell_area_m2(599119489002373119)
┌──────────────────────────────────────────┐
│ func.h3_cell_area_m2(599119489002373119) │
├──────────────────────────────────────────┤
127785582.60809991
└──────────────────────────────────────────┘
H3_CELL_AREA_M2(h3)
SELECT H3_CELL_AREA_M2(599119489002373119);
┌─────────────────────────────────────┐
│ h3_cell_area_m2(599119489002373119) │
├─────────────────────────────────────┤
127785582.60809991
└─────────────────────────────────────┘