swh:1:snp:bd2382f2a8d8e830b40ac8fa57268533f5e8db6c
Raw File
Tip revision: 3536abbeb92da4351959df57ef8d2c68dd745ca5 authored by R. Kyle Bocinsky on 28 January 2016, 10:09:19 UTC
version 2.0.4
Tip revision: 3536abb
DESCRIPTION
Package: FedData
Type: Package
Title: Functions to Automate Downloading Geospatial Data Available from
        Several Federated Data Sources
Version: 2.0.4
Date: 2016-01-27
Author: R. Kyle Bocinsky [aut, cre], Dylan Beaudette [ctb]
Authors@R: c(person(given = c("R.", "Kyle"), family = "Bocinsky",
    role = c("aut", "cre"), email = "bocinsky@gmail.com"),
    person(given = c("Dylan"), family = "Beaudette", role = "ctb"))
Maintainer: R. Kyle Bocinsky <bocinsky@gmail.com>
Description: Functions to automate downloading geospatial data available from
    several federated data sources (mainly sources maintained by the US Federal
    government). Currently, the package allows for retrieval of five datasets:
    The National Elevation Dataset digital elevation models (1 and 1/3 arc-second;
    USGS); The National Hydrography Dataset (USGS); The Soil Survey Geographic
    (SSURGO) database from the National Cooperative Soil Survey (NCSS), which is
    led by the Natural Resources Conservation Service (NRCS) under the USDA; the
    Global Historical Climatology Network (GHCN), coordinated by National Climatic
    Data Center at NOAA; and the International Tree Ring Data Bank. Additional
    data sources are in the works, including global DEM resources (ETOPO1, ETOPO5,
    ETOPO30, SRTM), global soils (HWSD), MODIS satellite data products, the National
    Atlas (US), Natural Earth, PRISM, and WorldClim.
License: MIT + file LICENSE
Depends: R (>= 3.2.0), sp
Imports: data.table, devtools, soilDB, igraph, RCurl, methods, rgdal,
        raster, Hmisc
Suggests: SSOAP, XMLSchema
Repository: CRAN
Additional_repositories: http://www.omegahat.org/R
NeedsCompilation: no
RoxygenNote: 5.0.1
Packaged: 2016-01-27 19:04:02 UTC; bocinsky
Date/Publication: 2016-01-28 10:09:19
back to top