Description Usage Arguments Details Value Author(s) References Examples
Convert geohash-encoded strings into latitude/longitude coordinates
1 |
geohashes |
|
include_delta |
|
coord_loc |
|
coord_loc
can be the cell's center ('c'
or 'centroid'
), or it can be any of the 8 corners (e.g. 's'
/'south'
for the midpoint of the southern boundary of the cell, or 'ne'
/'northeast'
for the upper-right corner.
For factor
input, decoding will be done on the levels for efficiency.
list
with the following entries:
latitude |
|
longitude |
|
delta_latitude |
|
delta_longitude |
|
Michael Chirico
http://geohash.org/ ( Gustavo Niemeyer's original geohash service )
1 2 3 4 5 |
sh: 1: cannot create /dev/null: Permission denied
$latitude
[1] 29.97551
$longitude
[1] 31.13731
$latitude
[1] 29.935
$longitude
[1] 52.89368
$delta_latitude
[1] 0.002746582
$delta_longitude
[1] 0.005493164
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.