H3_CELL_AREA_M2
Returns the exact area of specific cell in square meters.
Analyze Syntax
func.h3_cell_area_m2(h3)
Analyze Examples
func.h3_cell_area_m2(599119489002373119)
┌──────────────────────────────────────────┐
│ func.h3_cell_area_m2(599119489002373119) │
├──────────────────────────────────────────┤
│ 127785582.60809991 │
└──────────────────────────────────────────┘
SQL Syntax
H3_CELL_AREA_M2(h3)
SQL Examples
SELECT H3_CELL_AREA_M2(599119489002373119);
┌─────────────────────────────────────┐
│ h3_cell_area_m2(599119489002373119) │
├─────────────────────────────────────┤
│ 127785582.60809991 │
└─────────────────────────────────────┘
Last modified April 22, 2024 at 9:20 PM EST: updating h3 functions (5e2f42f)