Computes a GeoHash representation of a geometry.
A GeoHash encodes a geographic Point into a text form that is sortable and searchable based on prefixing. A shorter GeoHash is a less precise representation of a point. It can be thought of as a box that contains the point.
https://postgis.net/docs/ST_GeoHash.html
Generated using TypeDoc
Computes a GeoHash representation of a geometry.
A GeoHash encodes a geographic Point into a text form that is sortable and searchable based on prefixing. A shorter GeoHash is a less precise representation of a point. It can be thought of as a box that contains the point.