So, I have packed sources and documentation of my fast GeoHash library named fgh.
Download fgh-0.1. Look at kinda project page. Enjoy.
Licensed under GPL-3. If you’d like another license, leave a comment or contact e-mail that you will find in sources.
I used your library for a private little project I’ve been working on.. thanks for releasing your code. I especially enjoyed the comment about how many bits to use on Google Maps with relation to the zoom level… that helped me quiet a lot.
On a different note, I wanted to let you know that on the “project page”, you wrote that the encode methods accepts (lng, lat, bitlen)… but looking at the code it’s actually latitude first: encode(lat, lng, bitlen) … took me about an hours to figure out why i wasn’t getting the same geohash from Fgh and a python library I was using 🙂
Thanks again!
Hi! I’m glad anyone uses my small library (or “libraretto”) 🙂
I’m sorry for this awful mistake, I have corrected the project page and will release new software archive soon 🙂 Thank you for report, Ken!