H3_GET_UNIDIRECTIONAL_EDGE_BOUNDARY

Returns the coordinates defining the unidirectional edge.

Analyze Syntax

func.h3_get_unidirectional_edge_boundary(h3)

Analyze Examples

func.h3_get_unidirectional_edge_boundary(1248204388774707199)

┌─────────────────────────────────────────────────────────────────────────────────┐
           func.h3_get_unidirectional_edge_boundary(1248204388774707199)         
├─────────────────────────────────────────────────────────────────────────────────┤
 [(37.42012867767778,-122.03773496427027),(37.33755608435298,-122.090428929044)] 
└─────────────────────────────────────────────────────────────────────────────────┘

SQL Syntax

H3_GET_UNIDIRECTIONAL_EDGE_BOUNDARY(h3)

SQL Examples

SELECT H3_GET_UNIDIRECTIONAL_EDGE_BOUNDARY(1248204388774707199);

┌─────────────────────────────────────────────────────────────────────────────────┐
             h3_get_unidirectional_edge_boundary(1248204388774707199)            
├─────────────────────────────────────────────────────────────────────────────────┤
 [(37.42012867767778,-122.03773496427027),(37.33755608435298,-122.090428929044)] 
└─────────────────────────────────────────────────────────────────────────────────┘
Last modified April 22, 2024 at 9:20 PM EST: updating h3 functions (5e2f42f)