GitXplorerGitXplorer
h

geohash

public
0 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
a8b9288339c912d6d2a4a8fc6a5b10612d24efbd

Fix type in docstring

hhoxell committed 4 years ago
Unverified
ec5b5c660512faf6748ca352d80d3d23e6f803cb

Remove old base32encode method

hhoxell committed 4 years ago
Unverified
e5de82e95f5d4d73ebf459c8a054e8bc7a2fa28c

Export Decode method

hhoxell committed 4 years ago
Unverified
684f2d3fcf479d82df74f69819b67c5847aa74f6

Create new encoder with 'new'

hhoxell committed 4 years ago
Unverified
6b8a3163dbbed27b7192d10b2d1d649f4e3e2830

Clarify docstring for encoder.Encode(...)

hhoxell committed 4 years ago
Unverified
5d5b9b5e9ed941aea70db0535cee8f5edb49b2eb

Use new Base32encoder in geohash encode function

hhoxell committed 4 years ago

README

The README file for this repository.

Geohash

Implementation (under development) of the geohash concept.

Currently, it implements the Encode() function that let's you encode a lat/lon pair into a geohash of length 12.

func Encode(lat, lon float64) string