Categorygithub.com/phrozen/geohash
repositorypackage
0.0.0-20231206042423-11695821f22f
Repository: https://github.com/phrozen/geohash.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

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