swh:1:snp:bd2382f2a8d8e830b40ac8fa57268533f5e8db6c
Raw File
Tip revision: 759bde3fec174ceb9f2a0d389bd801c768c6c128 authored by R. Kyle Bocinsky on 01 March 2017, 07:36:20 UTC
version 2.4.5
Tip revision: 759bde3
DESCRIPTION
Package: FedData
Type: Package
Title: Functions to Automate Downloading Geospatial Data Available from
        Several Federated Data Sources
Description: Functions to automate downloading geospatial data available from
    several federated data sources (mainly sources maintained by the US Federal
    government). Currently, the package enables extraction from six 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; the Daymet gridded estimates of daily weather parameters 
    for North America, version 3, available from the Oak Ridge National Laboratory's
    Distributed Active Archive Center (DAAC); and the International Tree Ring Data Bank.
Version: 2.4.5
Date: 2017-2-28
Author: R. Kyle Bocinsky [aut, cre], Dylan Beaudette [ctb], Scott Chamberlain [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"),
    person(given = c("Scott"), family = "Chamberlain", role = "ctb"))
Maintainer: R. Kyle Bocinsky <bocinsky@gmail.com>
URL: https://github.com/bocinsky/FedData
BugReports: https://github.com/bocinsky/FedData/issues
License: MIT + file LICENSE
Depends: R (>= 3.2.0), sp
Imports: data.table, devtools, soilDB, igraph, curl, methods, rgdal,
        raster, Hmisc, rgeos, readr, lubridate, dplyr, magrittr,
        foreach, doParallel, ncdf4
Repository: CRAN
NeedsCompilation: no
RoxygenNote: 6.0.1
Suggests: testthat, covr, roxygen2
Packaged: 2017-02-28 23:39:12 UTC; bocinsky
Date/Publication: 2017-03-01 08:36:20
back to top