H3_EDGE_LENGTH_KM (Lakehouse v1)
Returns the average hexagon edge length in kilometers at the given resolution. Excludes pentagons.
Analyze Syntax
Section titled “Analyze Syntax”func.h3_edge_length_km(res)Analyze Examples
Section titled “Analyze Examples”func.h3_edge_length_km(1)
┌───────────────────────────┐│ func.h3_edge_length_km(1) │├───────────────────────────┤│ 483.0568390711111 │└───────────────────────────┘SQL Syntax
Section titled “SQL Syntax”H3_EDGE_LENGTH_KM(res)SQL Examples
Section titled “SQL Examples”SELECT H3_EDGE_LENGTH_KM(1);
┌──────────────────────┐│ h3_edge_length_km(1) │├──────────────────────┤│ 483.0568390711111 │└──────────────────────┘