Thanks for this. It works for trump's (real) tower but scylla is shown to be somewhere near Hades (for a country with planetal ambitions, their map services are curiously modest to confine within the national boundaries and that "feet" default indicates possible time-warp to past eras):
use Geo::WebService::Elevation::USGS; use Data::Dumper; my $eq = Geo::WebService::Elevation::USGS->new( timeout => 60, ); # white house my $x = $eq->elevation(38.91205168958467, -77.03355236501928); print Dumper($x); # scilla sicily $x = $eq->elevation(38.17378844699463, 15.83642789839883); print Dumper($x);
$VAR1 = { 'Units' => 'Feet', 'Data_Source' => '3DEP 1/3 arc-second', 'y' => '38.9120516895847', 'Elevation' => '96.95', 'x' => '-77.0335523650193' }; $VAR1 = { 'y' => '38.1737884469946', 'x' => '15.8364278983988', 'Elevation' => '-1000000', 'Units' => 'Feet', 'Data_Source' => '3DEP 1/3 arc-second' };
In reply to Re^5: Moon phase on historical events
by bliako
in thread Moon phase on historical events
by bliako
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |