Skip to content
πŸŽ‰ Apache Sedona 1.9.1 is out now! πŸ—ΊοΈ Geography SQL functions, Box2D & Box3D types, raster Python UDFs & more. Read the release notes β†’

ST_GeogFromGeoHash

Introduction: Create Geography from geohash string and optional precision

Format:

ST_GeogFromGeoHash(geohash: String, precision: Integer)

Return type: Geography

Since: v1.8.0

SQL Example

SELECT ST_GeogFromGeoHash('9q9j8ue2v71y5zzy0s4q', 16)

Output:

POLYGON ((-122.3061 37.554162, -122.3061 37.554162, -122.3061 37.554162, -122.3061 37.554162, -122.3061 37.554162))"