https://github.com/martishin/geohash
Geohash implementation in Go
https://github.com/martishin/geohash
geohash golang golang-library
Last synced: about 1 month ago
JSON representation
Geohash implementation in Go
- Host: GitHub
- URL: https://github.com/martishin/geohash
- Owner: martishin
- Created: 2024-08-18T18:27:42.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-19T08:15:05.000Z (about 1 year ago)
- Last Synced: 2024-09-18T10:10:32.652Z (about 1 year ago)
- Topics: geohash, golang, golang-library
- Language: Go
- Homepage: https://www.martishin.com/posts/project-geohash
- Size: 14.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Geohash
Geohash implementation in Go, [algorithm explanation](https://www.martishin.com/posts/project-geohash)Run tests: `go test -v`