Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 494 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 494 Bytes

Go GeoHash Library

This is very much a "work in progress". It was created as I was unable to (quickly) find a geohashing library for golang that cause produce/handle integers instead of string encoding.

The initial version was heavily inspired by: https://github.com/sunng87/node-geohash Thanks!

Current plans: -Use it and see how it needs to be evolved.
-Add more tests -Add more documentation -Add Travis build -If there happens to be a need, perhaps add the string encoding/decoding