diff options
author | Wen Heping <wen@FreeBSD.org> | 2010-01-15 07:20:43 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2010-01-15 07:20:43 +0000 |
commit | dd998fd1cbc72e536ff674ebee6c67aa5fbd6b2d (patch) | |
tree | d3057e1f57e5d740ccbc0799c343ba7b64631f4e /science/Makefile | |
parent | a333b1db12f90695f4bed2dd0d7b72aea59428f3 (diff) |
Geo::WebService::Elevation::USGS executes elevation queries against the
United States Geological Survey's web server. You provide the latitude
and longitude in degrees, with south latitude and west longitude being
negative. The return is typically a hash containing the data you want.
Query errors are exceptions by default, though the object can be configured
to signal an error by an undef response, with the error retrievable from
the 'error' attribute.
WWW: http://search.cpan.org/dist/Geo-WebService-Elevation-USGS/
Notes
Notes:
svn path=/head/; revision=247922
Diffstat (limited to 'science/Makefile')
-rw-r--r-- | science/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/science/Makefile b/science/Makefile index 7f8ff7aebfb2..9386d6785607 100644 --- a/science/Makefile +++ b/science/Makefile @@ -105,6 +105,7 @@ SUBDIR += p5-Chemistry-MacroMol SUBDIR += p5-Chemistry-Mol SUBDIR += p5-Geo-ReadGRIB + SUBDIR += p5-Geo-WebService-Elevation-USGS SUBDIR += paje SUBDIR += paraview SUBDIR += pcp |