This link has been bookmarked by 54 people . It was first bookmarked on 01 Aug 2008, by Bruno Martins.
-
20 Apr 15
-
subdivides space into buckets of grid shape.
-
gradual precision degradation
-
he longer a shared prefix is, the closer the two places are
-
find points in proximity to each other based on a common prefix
-
-
24 Aug 14
-
19 May 14
-
05 Mar 14
-
gradually removing characters from the end
-
gradually lose precision
-
gradual precision degradation
-
nearby places will often (but not always) present similar prefixes. Conversely, the longer a shared prefix is, the closer the two places are
-
-
Links are also provided to external sites that may provide further details
-
all points for a given rectangular area in contiguous slices
-
number of slices depends on the precision
-
where queries on a single index
-
index structure can be used for a quick-and-dirty proximity search
-
the even bits are taken for the longitude code (0111110000000), while the odd bits are taken for the latitude code (101111001001)
-
Final rounding should be done carefully in a way that
So if rounding 42.605 to 42.61 or 42.6 is correct, rounding to 43 it is not.
-
-
find points in proximity to each other based on a common prefix
-
geohash essentially defines a bounding box within which a location lies
-
two locations may be spatially very close but have different geohashes
-
In order to be useful to proximity searches, the surrounding eight geohashes of a geohash must be calculated and the locations matching these pulled out, therefore complicating potential usage in proximity searches.
-
successfully used in MongoDB and HBase to implement proximity searches
-
alternative to storing Geohashes as strings in a database are Locational codes, which are also called spatial keys and similar to QuadTiles
-
-
27 Nov 13
-
Geohashing guarantees that the longer a shared prefix between two geohashes is, the spatially closer they are together
-
-
21 Oct 13
-
19 Aug 13
-
07 Apr 13
-
13 Dec 12
-
26 Sep 12
carlos puentes"Geohash is a latitude/longitude geocode system invented by Gustavo Niemeyer when writing the web service at geohash.org, and put into the public domain. It is a hierarchical spatial data structure which subdivides space into buckets of grid shape.
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)."geohash geocoding geo maps algorithms algorithm longitude latitude
-
06 Jan 12
-
23 Nov 11
-
24 Jul 11
-
26 Jul 10
-
26 Jun 10
-
13 May 10
-
30 Mar 10
Marian SteinbachString-Codierung zur Repräsentation einer Längen-/Breitengrad-Position
-
29 Mar 10
-
04 Dec 09
Tim Lossen"Geohash is a latitude/longitude geocode system invented by Gustavo Niemeyer when writing the web service at geohash.org, and put into the public domain. It is a hierarchical spatial data structure which subdivides space into buckets of grid shape. -- Geo
-
20 Nov 09
-
24 Aug 09
-
18 Aug 09
-
15 Apr 09
-
07 Apr 09
-
08 Oct 08
-
06 Jun 08
-
29 May 08
Bruno MartinsGeohash is a latitude/longitude geocode system invented by Gustavo Niemeyer when writing the web service at geohash.org, and put into the public domain.
Geohashes offer properties like arbitrary precision, similar prefixes for nearby positions, and the palgorithm algorithms content geo geodata geolocation geospatial geotagging geocoding gis geohash mapping maps
-
22 May 08

Would you like to comment?
Join Diigo for a free account, or sign in if you are already a member.