<?xml version="1.0" encoding="UTF-8"?>
 <rdf:RDF xmlns="http://purl.org/rss/1.0/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://pinboard.in">
    <title>Pinboard (sweeney)</title>
    <link>https://pinboard.in/u:sweeney/public/</link>
    <description>recent bookmarks from sweeney</description>
    <items>
      <rdf:Seq>	<rdf:li rdf:resource="https://gist.github.com/657029/7a147fc5ae2d2d8dd5ee91d62952e77be8782447"/>
	<rdf:li rdf:resource="http://mappinghacks.com/code/geohash.py.txt"/>
	<rdf:li rdf:resource="https://github.com/davetroy/geohash-js"/>
      </rdf:Seq>
    </items>
  </channel><item rdf:about="https://gist.github.com/657029/7a147fc5ae2d2d8dd5ee91d62952e77be8782447">
    <title>Objective C geohash</title>
    <dc:date>2011-04-11T15:51:41+00:00</dc:date>
    <link>https://gist.github.com/657029/7a147fc5ae2d2d8dd5ee91d62952e77be8782447</link>
    <dc:creator>sweeney</dc:creator><dc:subject>geohash objective-c</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:sweeney/b:7a4d8b6c4692/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:sweeney/t:geohash"/>
	<rdf:li rdf:resource="https://pinboard.in/u:sweeney/t:objective-c"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://mappinghacks.com/code/geohash.py.txt">
    <title>[untitled]</title>
    <dc:date>2011-04-11T15:49:48+00:00</dc:date>
    <link>http://mappinghacks.com/code/geohash.py.txt</link>
    <dc:creator>sweeney</dc:creator><description><![CDATA[Python implementation of http://en.wikipedia.org/wiki/Geohash]]></description>
<dc:subject>python geohash</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:sweeney/b:b4a86af40114/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:sweeney/t:python"/>
	<rdf:li rdf:resource="https://pinboard.in/u:sweeney/t:geohash"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="https://github.com/davetroy/geohash-js">
    <title>davetroy/geohash-js - GitHub</title>
    <dc:date>2011-04-11T15:37:10+00:00</dc:date>
    <link>https://github.com/davetroy/geohash-js</link>
    <dc:creator>sweeney</dc:creator><description><![CDATA[38.897, -77.036 Using the geohash algorithm, this latitude and longitude is converted to: dqcjqcp84c6e A simple bounding box around this point could be described by truncating this geohash to: dqcjqc However, 'dqcjqcp84c6e' is not centered inside 'dqcjqc', and searching within 'dqcjqc' may miss some desired targets. So instead, we can use the mathematical properties of the Geohash to quickly calculate the neighbors of 'dqcjqc'; we find that they are: 'dqcjqf','dqcjqb','dqcjr1','dqcjq9','dqcjqd','dqcjr4','dqcjr0','dqcjq8' This gives us a bounding box around 'dqcjqcp84c6e' roughly 2km x 1.5km and allows for a database search on just 9 keys: SELECT * FROM table WHERE LEFT(geohash,6) IN ('dqcjqc', 'dqcjqf','dqcjqb','dqcjr1','dqcjq9','dqcjqd','dqcjr4','dqcjr0','dqcjq8']]></description>
<dc:subject>geohash js</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:sweeney/b:aae56bd0c310/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:sweeney/t:geohash"/>
	<rdf:li rdf:resource="https://pinboard.in/u:sweeney/t:js"/>
</rdf:Bag></taxo:topics>
</item>
</rdf:RDF>