Registry / serialization / mmcloughlin-geohash

mmcloughlin-geohash

JSON →
library0.10.0gogounverified

Package geohash provides encoding and decoding of string and integer geohashes.

go get github.com/mmcloughlin/geohash
INSTALL
IMPORT
SIG · MMCLOUGHLIN-GEOHAS
M
mmcloughlin-geohash
serializationgov0.10.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

geohash
github.com/mmcloughlin/geohash

Encodes latitude and longitude into a geohash string.

package main import ( "fmt" "github.com/mmcloughlin/geohash" ) func main() { lat, lng := 37.7749, -122.4194 hash := geohash.Encode(lat, lng) fmt.Println(hash) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.10.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
mmcloughlin-geohash — go get mmcloughlin-geohash · libregistry