<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en-us" xmlns="http://www.w3.org/2005/Atom"><title>Simon Willison's Weblog: geohash</title><link href="http://simonwillison.net/" rel="alternate"/><link href="http://simonwillison.net/tags/geohash.atom" rel="self"/><id>http://simonwillison.net/</id><updated>2010-03-02T20:12:09+00:00</updated><author><name>Simon Willison</name></author><entry><title>Geospatial Indexing in MongoDB</title><link href="https://simonwillison.net/2010/Mar/2/geospatial/#atom-tag" rel="alternate"/><published>2010-03-02T20:12:09+00:00</published><updated>2010-03-02T20:12:09+00:00</updated><id>https://simonwillison.net/2010/Mar/2/geospatial/#atom-tag</id><summary type="html">
    
&lt;p&gt;&lt;strong&gt;&lt;a href="http://www.mongodb.org/display/DOCS/Geospatial+Indexing"&gt;Geospatial Indexing in MongoDB&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
New in version 1.3.3. Handles “order by distance from” queries using a geohash approach under the hood, automatically searching nearby grid squares until the correct number of results have been gathered. Bounding box search is planned for a future release.

    &lt;p&gt;&lt;small&gt;&lt;/small&gt;Via &lt;a href="http://groups.google.com/group/mongodb-user/browse_thread/thread/48f6c7defd08e880"&gt;MongoDB 1.3.3 Released&lt;/a&gt;&lt;/small&gt;&lt;/p&gt;


    &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/geohash"&gt;geohash&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/geospatial"&gt;geospatial&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/mongodb"&gt;mongodb&lt;/a&gt;&lt;/p&gt;



</summary><category term="geohash"/><category term="geospatial"/><category term="mongodb"/></entry><entry><title>Geohash for spatial index and search</title><link href="https://simonwillison.net/2008/Jun/8/geohash/#atom-tag" rel="alternate"/><published>2008-06-08T09:35:05+00:00</published><updated>2008-06-08T09:35:05+00:00</updated><id>https://simonwillison.net/2008/Jun/8/geohash/#atom-tag</id><summary type="html">
    
&lt;p&gt;&lt;strong&gt;&lt;a href="http://www.geospatialsemanticweb.com/2008/05/29/geohash-for-spatial-index-and-search"&gt;Geohash for spatial index and search&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
Nice, clear explanation of what a Geohash is. It’s a way of encoding a lat/lon position as a short string, with the useful property that similar co-ordinates with more or less significant figures share a common prefix in their geohash.


    &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/geohash"&gt;geohash&lt;/a&gt;&lt;/p&gt;



</summary><category term="geohash"/></entry></feed>