geohash

command
v1.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 2, 2023 License: MIT Imports: 7 Imported by: 0

Documentation

Overview

Geohash command-line.

Usage

Encode lat/lon to geohash:

geohash 48.86,2.35

u09tvqx

Decode geohash to lat/lon:

geohash u09tvqx

48.86,2.35

Custom precision:

geohash -precision=12 48.86,2.35

u09tvqxnnuph

Don't round:

geohash -round=false u09tvqx

48.85963439941406,2.3503875732421875

Multiple arguments:

geohash 35.691015,139.766014 u09tvqx

xn77h3qe0pmt 48.86,2.35

Stdin:

echo "u09tvqx" | geohash

48.86,2.35

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL