Skip to content

Computes the length of this directed edge, in meters.

func.h3_exact_edge_length_m(h3)
func.h3_exact_edge_length_m(1319695429381652479)
┌──────────────────────────────────────────────────┐
│ func.h3_exact_edge_length_m(1319695429381652479) │
├──────────────────────────────────────────────────┤
8267.326832647143
└──────────────────────────────────────────────────┘
H3_EXACT_EDGE_LENGTH_M(h3)
SELECT H3_EXACT_EDGE_LENGTH_M(1319695429381652479);
┌─────────────────────────────────────────────┐
│ h3_exact_edge_length_m(1319695429381652479) │
├─────────────────────────────────────────────┤
8267.326832647143
└─────────────────────────────────────────────┘