Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/trwyant/perl-geo-webservice-elevation-usgs
Get elevation data from the United States Geological Survey
https://github.com/trwyant/perl-geo-webservice-elevation-usgs
elevation perl perl-module
Last synced: 4 months ago
JSON representation
Get elevation data from the United States Geological Survey
- Host: GitHub
- URL: https://github.com/trwyant/perl-geo-webservice-elevation-usgs
- Owner: trwyant
- Created: 2015-05-18T16:09:41.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-06-21T16:31:00.000Z (8 months ago)
- Last Synced: 2024-10-12T11:43:06.860Z (4 months ago)
- Topics: elevation, perl, perl-module
- Language: Perl
- Size: 297 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
- License: LICENSES/Artistic
Awesome Lists containing this project
README
Geo-WebService-Elevation-USGS is Copyright (C) 2008-2022, 2024 Thomas R. Wyant, III
This package contains class Geo::WebService::Elevation::USGS, which
interfaces with the United States Geological Service's elevation query
server. The user has the option of returning data from a given data set,
from the 'best' data set for the given latitude and longitude, or from
all data sets.Documentation for the web service may be found at
http://gisdata.usgs.gov/XMLWebServices/TNM_Elevation_Service.phpINSTALLATION
Most Perl users will want to install using their favorite of either
'cpan' or 'cpanp'. For either of these, installing
Geo::WebService::Elevation::USGS gets you everything. ActivePerl users
will want to use ActiveState's 'ppi', and install
Geo-WebService-Elevation-USGS.If for some reason neither of these works for you, you can download the
distribution and expand it using something liketar -xzf Geo-WebService-Elevation-USGS-9.999.tar.gz
Users of MSWin32 (and perhaps other operating systems) may need to
convert the line endings in the expanded files from Unix to their native
system before proceeding.Then, issue one of the following two incantations:
perl Makefile.PL
make
make test
sudo make installor
perl Build.PL
./Build
./Build test
sudo ./Build installYou should substitute the appropriate program name for 'make', eg nmake
(typically) under MSWin32, or mms or mmk under VMS. See
ftp://ftp.microsoft.com/Softlib/MSLFILES/nmake15.exe for a copy of
nmake for MSWin32 if you need it.Unix users may want to use 'su' rather than 'sudo' for the install.
Non-unix users may need to be logged in to an administrative or
otherwise privileged accout, and turn on privileges (if applicable) for
the install.Of course, since it's pure Perl, you can just expand the kit and drop
the .pm files into the Geo/WebService/Elevation directory (creating it
if necessary) in the appropriate place in your @INC directories.LICENSING INFORMATION
This package is free software; you can redistribute it and/or modify it
under the same terms as Perl 5.10.0. For more details, see the full text
of the licenses in the directory LICENSES.This program is distributed in the hope that it will be useful, but
without any warranty; without even the implied warranty of
merchantability or fitness for a particular purpose.