geohashTools (version 0.3.1)

utils: Geohash utilities

Description

Various common functions that arise when working often with geohashes

Usage

gh_delta(precision)

Value

Length-2 numeric vector; the first element is the latitude (y-coordinate) half-width at the input precision, the second element is the longitude (x-coordinate).

Arguments

precision

integer precision level desired.

Author

Michael Chirico

References

http://geohash.org/ ( Gustavo Niemeyer's original geohash service )

Examples

Run this code
  gh_delta(6)

Run the code above in your browser using DataLab