Skip to content

Simple implementation of Gustavo Niemeyer's algorithm for tech talk.

License

Notifications You must be signed in to change notification settings

phrozen/geohash

Repository files navigation

geohash

Build Status GoDoc License: MIT Go Report Card codecov

Maintainability Test Coverage

Simple implementation of GeoHash algorithm for tech talk.

Geohash is a public domain geocode system invented in 2008 by Gustavo Niemeyer[1], which encodes a geographic location into a short string of letters and digits. It is a hierarchical spatial data structure which subdivides space into buckets of grid shape, which is one of the many applications of what is known as a Z-order curve, and generally space-filling curves.

from Wikipedia

About

Simple implementation of Gustavo Niemeyer's algorithm for tech talk.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages