H3_HEX_AREA_M2
Returns the average hexagon area in square meters at the given resolution. Excludes pentagons.
Analyze Syntax
func.h3_hex_area_m2(res)
Analyze Examples
func.h3_hex_area_m2(1)
┌────────────────────────┐
│ func.h3_hex_area_m2(1) │
├────────────────────────┤
│ 609788441794.1339 │
└────────────────────────┘
SQL Syntax
H3_HEX_AREA_M2(res)
SQL Examples
SELECT H3_HEX_AREA_M2(1);
┌───────────────────┐
│ h3_hex_area_m2(1) │
├───────────────────┤
│ 609788441794.1339 │
└───────────────────┘
Last modified April 22, 2024 at 9:20 PM EST: updating h3 functions (5e2f42f)