Skip to content

Latest commit

 

History

History
53 lines (31 loc) · 934 Bytes

README.md

File metadata and controls

53 lines (31 loc) · 934 Bytes

go-geohash

GO implementation of GeoHashing Latitude & Longitude

Install/Usage

Run:
	go get "github.com/gnagel/go-geohash/ggeohash"

Usage:
	include ggeohash "github.com/gnagel/go-geohash/ggeohash"

History

Node.js C++ Implementation Node.js Original GO Encode/Decode Only

For testing we have computed all latitude [-90, +90] and longitude [-180, +180] corrdinates for precision=12, decmimal places=2. This is within 1.1132 km of the choosen point.

Versions

1.0.0 (2013-07-22) 1.0.0 (2013-07-22) 1.0.0 (2013-07-22) 1.x.x (2013-xx-xx)

  • ...

1.1.1 (2013-07-25)

  • ...

1.1.0 (2013-07-25)

  • ...

1.0.1 (2013-07-23)

  • ...

1.0.0 (2013-07-22)