WL#7928: Geohash encoding and decoding functions

Status: Complete

Geohash is a system for encoding latitude and longitude coordinates of arbitrary precision into a text string. This worklog is about adding functions to encode and decode geohashes.

These functions will make it possible for applications to import and export data from MySQL using the geohash format. It will also make it possible to index and search for geographic data in one-dimensional indexes.

Specification: http://en.wikipedia.org/wiki/Geohash

User Documentation