Skip to content

Instantly share code, notes, and snippets.

@Taik
Created June 23, 2015 18:39
Show Gist options
  • Save Taik/3f764b3216df61a42992 to your computer and use it in GitHub Desktop.
Save Taik/3f764b3216df61a42992 to your computer and use it in GitHub Desktop.
In [69]: Geohash.encode(37.769, -122.442)
Out[69]: '9q8yvg8kqegk'
In [71]: Geohash.encode(37.769111, -122.442111)
Out[71]: '9q8yvg8mh08d'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment