Skip to content

bigfunctions > h3

h3

Signature

h3(function_name, arguments)

Description

Wrapper around Uber H3 (A Hexagonal Hierarchical Geospatial Indexing System).

Examples

select bigfunctions.eu.h3('latLngToCell', json '[37.3615593, -122.0553238, 7]')
select bigfunctions.us.h3('latLngToCell', json '[37.3615593, -122.0553238, 7]')
select bigfunctions.europe_west1.h3('latLngToCell', json '[37.3615593, -122.0553238, 7]')
+-------------------+
| result            |
+-------------------+
| "87283472bffffff" |
+-------------------+