H3_EDGE_ANGLE

Learn how to use the H3_EDGE_ANGLE utility function in PlaidCloud Lakehouse. Returns the average length of the H3 hexagon edge in grades. Includes syntax...

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

Analyze Syntax

func.h3_edge_angle(res)

Analyze Examples

func.h3_edge_angle(10)

┌────────────────────────────┐
   func.h3_edge_angle(10)   
├────────────────────────────┤
      0.0006822586214153981 
└────────────────────────────┘

SQL Syntax

H3_EDGE_ANGLE(res)

SQL Examples

SELECT H3_EDGE_ANGLE(10);

┌───────────────────────┐
   h3_edge_angle(10)   
├───────────────────────┤
 0.0006822586214153981 
└───────────────────────┘