HiveBrain v1.2.0
Get Started
← Back to all entries
snippetsqlMinor

How do I render GeoHashes with PostgreSQL?

Submitted by: @import:stackexchange-dba··
0
Viewed 0 times
postgresqlwithgeohashesrenderhow

Problem

Are there any geohash implementation for PostgreSQL? I couldn't find any.

Solution

PostGIS supports it with ST_GeoHash


ST_GeoHash — Return a GeoHash representation (geohash.org) of the geometry.

Context

StackExchange Database Administrators Q#48242, answer score: 6

Revisions (0)

No revisions yet.