Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 1.38 KB

README.md

File metadata and controls

15 lines (12 loc) · 1.38 KB

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