H3_TO_GEO

Learn how to use the H3_TO_GEO utility function in PlaidCloud Lakehouse. Returns the longitude and latitude corresponding to the given H3 index.

Returns the longitude and latitude corresponding to the given H3 index.

Analyze Syntax

func.h3_to_geo(h3)

Analyze Examples

func.h3_to_geo(644325524701193974)

┌────────────────────────────────────────┐
   func.h3_to_geo(644325524701193974)   
├────────────────────────────────────────┤
 (37.79506616830255,55.712902431456676) 
└────────────────────────────────────────┘

SQL Syntax

H3_TO_GEO(h3)

SQL Examples

SELECT H3_TO_GEO(644325524701193974);

┌────────────────────────────────────────┐
      h3_to_geo(644325524701193974)     
├────────────────────────────────────────┤
 (37.79506616830255,55.712902431456676) 
└────────────────────────────────────────┘