H3_EXACT_EDGE_LENGTH_M
Computes the length of this directed edge, in meters.
Analyze Syntax
func.h3_exact_edge_length_m(h3)
Analyze Examples
func.h3_exact_edge_length_m(1319695429381652479)
┌──────────────────────────────────────────────────┐
│ func.h3_exact_edge_length_m(1319695429381652479) │
├──────────────────────────────────────────────────┤
│ 8267.326832647143 │
└──────────────────────────────────────────────────┘
SQL Syntax
H3_EXACT_EDGE_LENGTH_M(h3)
SQL Examples
SELECT H3_EXACT_EDGE_LENGTH_M(1319695429381652479);
┌─────────────────────────────────────────────┐
│ h3_exact_edge_length_m(1319695429381652479) │
├─────────────────────────────────────────────┤
│ 8267.326832647143 │
└─────────────────────────────────────────────┘
Last modified April 22, 2024 at 9:20 PM EST: updating h3 functions (5e2f42f)