Skip to content

Returns the average hexagon area in square meters at the given resolution. Excludes pentagons.

func.h3_hex_area_m2(res)
func.h3_hex_area_m2(1)
┌────────────────────────┐
│ func.h3_hex_area_m2(1) │
├────────────────────────┤
609788441794.1339
└────────────────────────┘
H3_HEX_AREA_M2(res)
SELECT H3_HEX_AREA_M2(1);
┌───────────────────┐
│ h3_hex_area_m2(1) │
├───────────────────┤
609788441794.1339
└───────────────────┘