Geospatial Functions
Geospatial functions
Work with geographic and geometric data using specialized functions.
Coordinates
Work with latitude and longitude coordinates, including distance calculations and coordinate transformations.
Geohash
Encode and decode geohashes, which are compact string representations of geographic coordinates.
H3 indexes
Work with Uber’s H3 hierarchical geospatial indexing system, enabling efficient spatial analysis and aggregation.
Polygons
Create, manipulate, and analyze polygonal shapes on a sphere, useful for geofencing and area-based calculations.
S2 geometry
Leverage Google’s S2 Geometry Library for spatial indexing and geometric operations on a sphere.
SVG
Generate SVG (Scalable Vector Graphics) representations of geometric shapes and geospatial data.
Was this page helpful?