Help for this page

Select Code to Download


  1. or download this
    use  Geo::WebService::Elevation::USGS;
    use Data::Dumper;
    ...
    # scilla sicily
    $x = $eq->elevation(38.17378844699463, 15.83642789839883);
    print Dumper($x);
    
  2. or download this
    $VAR1 = {
              'Units' => 'Feet',
    ...
              'Units' => 'Feet',
              'Data_Source' => '3DEP 1/3 arc-second'
            };