HOME

TheInfoList



OR:

Geohash is a
public domain The public domain (PD) consists of all the creative work to which no Exclusive exclusive intellectual property rights apply. Those rights may have expired, been forfeited, expressly Waiver, waived, or may be inapplicable. Because no one holds ...
geocode system A geocode is a code that represents a geographic entity (location or Geographical feature, object). It is a unique identifier of the entity, to distinguish it from others in a finite set of geographic entities. In general the ''geocode'' is a ...
invented in 2008 by Gustavo Niemeyer * * * which encodes a geographic location into a short string of letters and digits. Similar ideas were introduced by G.M. Morton in 1966. It is a hierarchical spatial data structure which subdivides space into buckets of grid shape, which is one of the many applications of what is known as a Z-order curve, and generally space-filling curves. Geohashes offer properties like arbitrary precision and the possibility of gradually removing characters from the end of the code to reduce its size (and gradually lose precision). Geohashing guarantees that the longer a shared prefix between two geohashes is, the spatially closer they are together. The reverse of this is not guaranteed, as two points can be very close but have a short or no shared prefix.


History

The core part of the Geohash algorithm and the first initiative to similar solution was documented in a report of G.M. Morton in 1966, "A Computer Oriented Geodetic Data Base and a New Technique in File Sequencing". The Morton work was used for efficient implementations of Z-order curve, like i
this modern (2014) Geohash-integer version
(based on directly interleaving 64-bit integers), but his
geocode A geocode is a code that represents a geographic entity (location or Geographical feature, object). It is a unique identifier of the entity, to distinguish it from others in a finite set of geographic entities. In general the ''geocode'' is a ...
proposal was not
human-readable In computing, a human-readable medium or human-readable format is any encoding of data or information that can be naturally read by humans, resulting in human-readable data. It is often encoded as ASCII or Unicode text, rather than as binary da ...
and was not popular. Apparently, in the late 2000s, G. Niemeyer still didn't know about Morton's work, and reinvented it, adding the use of
base32 Base32 is an encoding method based on the Radix, base-32 numeral system. It uses an alphabet of 32 Numerical digit, digits, each of which represents a different combination of 5 bits (25). Since base32 is not very widely adopted, the question of no ...
representation. In February 2008, together with the announcement of the system, he launched the website http://geohash.org, which allows users to convert geographic coordinates to short
URL A uniform resource locator (URL), colloquially known as an address on the Web, is a reference to a resource that specifies its location on a computer network and a mechanism for retrieving it. A URL is a specific type of Uniform Resource Identi ...
s which uniquely identify positions on the
Earth Earth is the third planet from the Sun and the only astronomical object known to Planetary habitability, harbor life. This is enabled by Earth being an ocean world, the only one in the Solar System sustaining liquid surface water. Almost all ...
, so that referencing them in
email Electronic mail (usually shortened to email; alternatively hyphenated e-mail) is a method of transmitting and receiving Digital media, digital messages using electronics, electronic devices over a computer network. It was conceived in the ...
s, forums, and
website A website (also written as a web site) is any web page whose content is identified by a common domain name and is published on at least one web server. Websites are typically dedicated to a particular topic or purpose, such as news, educatio ...
s is more convenient. Many variations have been developed, including
OpenStreetMap OpenStreetMap (abbreviated OSM) is a free, Open Database License, open geographic database, map database updated and maintained by a community of volunteers via open collaboration. Contributors collect data from surveying, surveys, trace from Ae ...
's ''short link'' The
OpenStreetMap OpenStreetMap (abbreviated OSM) is a free, Open Database License, open geographic database, map database updated and maintained by a community of volunteers via open collaboration. Contributors collect data from surveying, surveys, trace from Ae ...
's ''short link''
documented in wiki.openstreetmap.org
was released
in 2009
is near the same source-code
10 years after
It is strongly based on Morton's interlace algorithm.
(using
base64 In computer programming, Base64 is a group of binary-to-text encoding schemes that transforms binary data into a sequence of printable characters, limited to a set of 64 unique characters. More specifically, the source binary data is taken 6 bits ...
instead of base32) in 2009, the ''64-bit Geohash'' in 2014, the exotic ''Hilbert-Geohash'' in 2016, and others.


Typical and main usages

To obtain the Geohash, the user provides an address to be
geocode A geocode is a code that represents a geographic entity (location or Geographical feature, object). It is a unique identifier of the entity, to distinguish it from others in a finite set of geographic entities. In general the ''geocode'' is a ...
d, or
latitude and longitude A geographic coordinate system (GCS) is a spherical or geodetic coordinate system for measuring and communicating positions directly on Earth as latitude and longitude. It is the simplest, oldest, and most widely used type of the various ...
coordinates, in a single input box (most commonly used formats for latitude and longitude pairs are accepted), and performs the request. Besides showing the latitude and longitude corresponding to the given Geohash, users who navigate to a Geohash at geohash.org are also presented with an embedded map, and may download a GPX file, or transfer the waypoint directly to certain GPS receivers. Links are also provided to external sites that may provide further details around the specified location. For example, the coordinate pair 57.64911,10.40744 (near the tip of the
peninsula A peninsula is a landform that extends from a mainland and is only connected to land on one side. Peninsulas exist on each continent. The largest peninsula in the world is the Arabian Peninsula. Etymology The word ''peninsula'' derives , . T ...
of
Jutland, Denmark Jutland (; , ''Jyske Halvø'' or ''Cimbriske Halvø''; , ''Kimbrische Halbinsel'' or ''Jütische Halbinsel'') is a peninsula of Northern Europe that forms the continental portion of Denmark and part of northern Germany (Schleswig-Holstein). It ...
) produces a slightly shorter hash of u4pruydqqvj. The main usages of Geohashes are: * As a unique identifier. * To represent point data, e.g. in databases. Geohashes have also been proposed to be used for
geotagging Geotagging, or GeoTagging, is the process of adding geographical identification metadata to various media such as a geotagged photograph or video, websites, SMS messages, QR Codes or RgSSfeeds and is a form of geospatial metadata. This data ...
. When used in a database, the structure of geohashed data has two advantages. First, data indexed by geohash will have all points for a given rectangular area in contiguous slices (the number of slices depends on the precision required and the presence of geohash "fault lines"). This is especially useful in database systems where queries on a single index are much easier or faster than multiple-index queries. Second, this index structure can be used for a quick-and-dirty proximity search: the closest points are often among the closest geohashes.


Technical description

A formal description for Computational and Mathematical views.


Textual representation

For exact latitude and longitude translations Geohash is a ''spatial index'' of base 4, because it transforms the continuous latitude and longitude space coordinates into a hierarchical discrete grid, using a recurrent four-partition of the space. To be a compact code it uses base 32 and represents its values by the following alphabet, that is the "standard textual representation". The "Geohash alphabet" (32ghs) uses all digits 0-9 and all lower case letters except "a", "i", "l" and "o". For example, using the table above and the constant B=32, the Geohash ezs42 can be converted to a decimal representation by ordinary
positional notation Positional notation, also known as place-value notation, positional numeral system, or simply place value, usually denotes the extension to any radix, base of the Hindu–Arabic numeral system (or decimal, decimal system). More generally, a posit ...
: : code>ezs42sub>32ghs = e \times B^4) + (z \times B^3) + (s \times B^2) + (4 \times B^1) + (2 \times B^0) : = \times B^4 + \times B^3 + \times B^2 + \times B^1 + \times B^0 : = 3 \times B^4 + 1 \times B^3 + 4 \times B^2 + \times B^1 + \times B^0 : = 13 \times 1048576 + 31 \times 32768 + 24 \times 1024 + 4 \times 32 + 2 \times 1 = 13631488 + 1015808 + 24576 + 128 + 2 = 14672002


Geometrical representation

The geometry of the Geohash has a mixed spatial representation: * Geohashes with 2, 4, 6, ... ''e'' digits ( even digits) are represented by Z-order curve in a "regular grid" where decoded pair (latitude, longitude) has uniform uncertainty, valid as Geo URI. * Geohashes with 1, 3, 5, ... ''d'' digits (odd digits) are represented by "И-order curve". Latitude and longitude of the decoded pair has different uncertainty (longitude is truncated). It is possible to build the "И-order curve" from the Z-order curve by merging neighboring cells and indexing the resulting rectangular grid by the function j = \left\lfloor\frac\right\rfloor. The illustration shows how to obtain the grid of 32 rectangular cells from the grid of 64 square cells. The most important property of Geohash for humans is that it preserves ''spatial hierarchy'' in the ''code prefixes''.
For example, in the "1 Geohash digit grid" illustration of 32 rectangles, above, the spatial region of the code e (rectangle of greyish blue circle at position 4,3) is preserved with prefix e in the "2 digit grid" of 1024 rectangles (scale showing em and greyish green to blue circles at grid).


Algorithm and example

Using the hash ezs42 as an example, here is how it is decoded into a decimal latitude and longitude. The first step is decoding it from textual " base 32ghs", as showed above, to obtain the binary representation: : = 3= 11012 : = 1=
1111 Year 1111 (Roman numerals, MCXI) was a common year starting on Sunday of the Julian calendar. Events By place Levant * Battle of Shaizar: Sultan Muhammad I Tapar appoints Mawdud, Mawdud ibn Altuntash, Turkic governor (''atabeg'') of Mos ...
2 : = 4= 10002 : = = 01002 : = = 00102. This operation results in the
bit The bit is the most basic unit of information in computing and digital communication. The name is a portmanteau of binary digit. The bit represents a logical state with one of two possible values. These values are most commonly represented as ...
s 01101 11111 11000 00100 00010. Starting to count from the left side with the digit 0 in the first position, the digits in the even positions form the longitude code (0111110000000), while the digits in the odd positions form the latitude code (101111001001). Each binary code is then used in a series of divisions, considering one bit at a time, again from the left to the right side. For the latitude value, the interval −90 to +90 is divided by 2, producing two intervals: −90 to 0, and 0 to +90. Since the first bit is 1, the higher interval is chosen, and becomes the current interval. The procedure is repeated for all bits in the code. Finally, the latitude value is the center of the resulting interval. Longitudes are processed in an equivalent way, keeping in mind that the initial interval is −180 to +180. For example, in the latitude code 101111001001, the first bit is 1, so we know our latitude is somewhere between 0 and 90. Without any more bits, we'd guess the latitude was 45, giving us an error of ±45. Since more bits are available, we can continue with the next bit, and each subsequent bit halves this error. This table shows the effect of each bit. At each stage, the relevant half of the range is highlighted in green; a low bit selects the lower range, a high bit selects the upper range. The column "mean value" shows the latitude, simply the mean value of the range. Each subsequent bit makes this value more precise. (The numbers in the above table have been rounded to 3 decimal places for clarity) Final rounding should be done carefully in a way that : \min \le \mathrm(value) \le \max So while rounding 42.605 to 42.61 or 42.6 is correct, rounding to 43 is not.


Digits and precision in km


Limitations when used for deciding proximity


Edge cases

Geohashes can be used to find points in proximity to each other based on a common prefix. However,
edge case An edge case is a problem or situation that occurs only at an extreme (maximum or minimum) operating parameter. For example, a stereo speaker might noticeably distort audio when played at maximum volume, even in the absence of any other extreme s ...
locations close to each other but on opposite sides of the 180 degree meridian will result in Geohash codes with no common prefix (different longitudes for near physical locations). Points close to the North and South poles will have very different geohashes (different longitudes for near physical locations). Two close locations on either side of the Equator (or Greenwich meridian) will not have a long common prefix since they belong to different 'halves' of the world. Put simply, one location's binary latitude (or longitude) will be 011111... and the other 100000...., so they will not have a common prefix and most bits will be flipped. This can also be seen as a consequence of relying on the Z-order curve (which could more appropriately be called an N-order visit in this case) for ordering the points, as two points close by might be visited at very different times. However, two points with a long common prefix will be close by. In order to do a proximity search, one could compute the southwest corner (low geohash with low latitude and longitude) and northeast corner (high geohash with high latitude and longitude) of a bounding box and search for geohashes between those two. This search will retrieve all points in the z-order curve between the two corners, which can be far too many points. This method also breaks down at the 180 meridians and the poles. Solr uses a filter list of prefixes, by computing the prefixes of the nearest squares close to the geohas


Non-linearity

Since a geohash (in this implementation) is based on Geographical coordinate system, coordinates of longitude and latitude the distance between two geohashes reflects the distance in latitude/longitude coordinates between two points, which does not translate to actual distance, see
Haversine formula The haversine formula determines the great-circle distance between two points on a sphere given their longitudes and latitudes. Important in navigation, it is a special case of a more general formula in spherical trigonometry, the law of haversines ...
. Example of non-linearity for latitude-longitude system: * At the Equator (0 Degrees) the length of a degree of longitude is 111.320 km, while a degree of latitude measures 110.574 km, an error of 0.67%. * At 30 Degrees (Mid Latitudes) the error is 110.852/96.486 = 14.89% * At 60 Degrees (High Arctic) the error is 111.412/55.800 = 99.67%, reaching infinity at the poles. Note that these limitations are not due to geohashing, and not due to latitude-longitude coordinates, but due to the difficulty of mapping coordinates on a sphere (non linear and with wrapping of values, similar to modulo arithmetic) to two dimensional coordinates and the difficulty of exploring a two dimensional space uniformly. The first is related to
Geographical coordinate system A geographic coordinate system (GCS) is a spherical or geodetic coordinate system for measuring and communicating positions directly on Earth as latitude and longitude. It is the simplest, oldest, and most widely used type of the various ...
and
Map projection In cartography, a map projection is any of a broad set of Transformation (function) , transformations employed to represent the curved two-dimensional Surface (mathematics), surface of a globe on a Plane (mathematics), plane. In a map projection, ...
, and the other to
Hilbert curve The Hilbert curve (also known as the Hilbert space-filling curve) is a Geometric continuity, continuous fractal curve, fractal space-filling curve first described by the German mathematician David Hilbert in 1891, as a variant of the space-filling ...
and z-order curve. Once a coordinate system is found that represents points linearly in distance and wraps up at the edges, and can be explored uniformly, applying geohashing to those coordinates will not suffer from the limitations above. While it is possible to apply geohashing to an area with a
Cartesian coordinate system In geometry, a Cartesian coordinate system (, ) in a plane (geometry), plane is a coordinate system that specifies each point (geometry), point uniquely by a pair of real numbers called ''coordinates'', which are the positive and negative number ...
, it would then only apply to the area where the coordinate system applies. Despite those issues, there are possible workarounds, and the algorithm has been successfully used in Elasticsearch, MongoDB, HBase, Redis, and Accumulo to implement proximity searches.


Similar indexing systems

An alternative to storing Geohashes as strings in a database ar
Locational codes
which are also called spatial keys and similar to QuadTiles. In some
geographical information systems A geographic information system (GIS) consists of integrated computer hardware and software that store, manage, analyze, edit, output, and visualize geographic data. Much of this often happens within a spatial database; however, this is not ...
and
Big Data Big data primarily refers to data sets that are too large or complex to be dealt with by traditional data processing, data-processing application software, software. Data with many entries (rows) offer greater statistical power, while data with ...
spatial databases, a
Hilbert curve The Hilbert curve (also known as the Hilbert space-filling curve) is a Geometric continuity, continuous fractal curve, fractal space-filling curve first described by the German mathematician David Hilbert in 1891, as a variant of the space-filling ...
based indexation can be used as an alternative to Z-order curve, like in the ''S2 Geometry library''. In 2019 a front-end was designed by QA Locate in what they called GeohashPhrase to use phrases to code Geohashes for easier communication via spoken English language. There were plans to make GeohashPhrase open source. * C-squares (2002) * FixPhrase * GeoKey (2018, proprietary) * Ghana Post GPS (2017) * International Postcode system using Cubic Meters (CubicPostcode.com) *
Maidenhead Locator System The Maidenhead Locator System (a.k.a. QTH Locator and IARU Locator) is a geocode system A geocode is a code that represents a geographic entity (location or Geographical feature, object). It is a unique identifier of the entity, to distinguis ...
(1980) * Makaney Code (2011) * MapCode (2008) *
Military Grid Reference System The Military Grid Reference System (MGRS)
Datums, Ellipsoids, Grids, and Grid Reference Sy ...
* Natural Area Code * Open Location Code (2014, aka. "plus codes",
Google Maps Google Maps is a web mapping platform and consumer application offered by Google. It offers satellite imagery, aerial photography, street maps, 360° interactive panorama, interactive panoramic views of streets (Google Street View, Street View ...
) * QRA locator (1959) *
Universal Transverse Mercator coordinate system The Universal Transverse Mercator (UTM) is a map projection system for assigning Geographic coordinate system, coordinates to locations on the surface of the Earth. Like the traditional method of latitude and longitude, it is a horizontal positi ...
* verbal-id * what3words (2013, proprietary) * WhatFreeWords * wherewords.id * wolo.codes *
GEOREF __NOTOC__ The GeoRef database is a bibliographic database that indexes scientific literature in the geosciences, including geology. Coverage ranges from 1666 to the present for North American literature, and 1933 to the present for the rest of th ...
(similar 2-digit hierarchy code) * Xaddress * 3Geonames (2018, open source)


Licensing

The Geohash algorithm was put in the
public domain The public domain (PD) consists of all the creative work to which no Exclusive exclusive intellectual property rights apply. Those rights may have expired, been forfeited, expressly Waiver, waived, or may be inapplicable. Because no one holds ...
by its inventor in a public announcement on February 26, 2008. While comparable algorithms have been successfully patented and had copyright claimed upon, GeoHash is based on an entirely different algorithm and approach.


Formal Standard

Geohash is standardized as CTA-5009.  This standard follows the Wikipedia article as of the 2023 version but provides additional detail in a formal (normative) reference. In the absence of an official specification since the creation of Geohash, the CTA WAVE organization published CTA-5009 to aid in broader adoption and compatibility across implementers in the industry.


See also

* List of geodesic-geocoding systems * Geohash-36 (is not a Geohash-variant) * Grid (spatial index) *
Maidenhead Locator System The Maidenhead Locator System (a.k.a. QTH Locator and IARU Locator) is a geocode system A geocode is a code that represents a geographic entity (location or Geographical feature, object). It is a unique identifier of the entity, to distinguis ...
*
Military Grid Reference System The Military Grid Reference System (MGRS)
Datums, Ellipsoids, Grids, and Grid Reference Sy ...
* Morton number (number theory) * Natural Area Code *
Numbering scheme There are many different numbering schemes for assigning nominal numbers to entities. These generally require an agreed set of rules, or a central coordinator. The schemes can be considered to be examples of a primary key of a database management ...
* Open Location Code (plus code) * space-filling curves * what3words * Z-order curve


References


External links

*
Geohash approximations for JTS geometries

The Geohash Playground
{{geocoding-systems Geographic coordinate systems Geocodes 2008 introductions