Skip to content

Returns the H3 index of the hexagon cell where the given location resides. Returning 0 means an error occurred.

func.geo_to_h3(lon, lat, res)
func.geo_to_h3(37.79506683, 55.71290588, 15)
┌──────────────────────────────────────────────┐
│ func.geo_to_h3(37.79506683, 55.71290588, 15) │
├──────────────────────────────────────────────┤
644325524701193974
└──────────────────────────────────────────────┘
GEO_TO_H3(lon, lat, res)
SELECT GEO_TO_H3(37.79506683, 55.71290588, 15);
┌─────────────────────────────────────────┐
│ geo_to_h3(37.79506683, 55.71290588, 15) │
├─────────────────────────────────────────┤
644325524701193974
└─────────────────────────────────────────┘