H3_EDGE_LENGTH_M
Learn how to use the H3_EDGE_LENGTH_M utility function in PlaidCloud Lakehouse. Returns the average hexagon edge length in meters at the given resolution.
Returns the average hexagon edge length in meters at the given resolution. Excludes pentagons.
Analyze Syntax
func.h3_edge_length(1)
Analyze Examples
func.h3_edge_length(1)
┌──────────────────────────┐
│ func.h3_edge_length_m(1) │
├──────────────────────────┤
│ 483056.8390711111 │
└──────────────────────────┘
SQL Syntax
H3_EDGE_LENGTH_M(1)
SQL Examples
┌─────────────────────┐
│ h3_edge_length_m(1) │
├─────────────────────┤
│ 483056.8390711111 │
└─────────────────────┘