Skip to content

Returns the average length of the H3 hexagon edge in grades.

func.h3_edge_angle(res)
func.h3_edge_angle(10)
┌────────────────────────────┐
│ func.h3_edge_angle(10) │
├────────────────────────────┤
0.0006822586214153981
└────────────────────────────┘
H3_EDGE_ANGLE(res)
SELECT H3_EDGE_ANGLE(10);
┌───────────────────────┐
│ h3_edge_angle(10) │
├───────────────────────┤
0.0006822586214153981
└───────────────────────┘