https://github.com/cran/FedData
Raw File
Tip revision: 177f9ef89b4de323fc857719df80ce4409273fd5 authored by R. Kyle Bocinsky on 22 April 2019, 12:40:03 UTC
version 2.5.7
Tip revision: 177f9ef
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 seven 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); the International Tree Ring Data Bank; 
    and the National Land Cover Database (NLCD).
Version: 2.5.7
Date: 2019-04-21
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"))
URL: https://github.com/ropensci/FedData
BugReports: https://github.com/ropensci/FedData/issues
License: MIT + file LICENSE
Depends: R (>= 3.2.0), sp
Imports: data.table, devtools, igraph, curl, methods, rgdal, raster,
        Hmisc, rgeos, readr, lubridate, tibble, dplyr, magrittr,
        foreach, ncdf4, stringr, sf, httr, xml2
Repository: CRAN
NeedsCompilation: no
RoxygenNote: 6.1.1
Suggests: testthat, covr, roxygen2
LazyData: true
Encoding: UTF-8
Packaged: 2019-04-22 13:13:12 UTC; bocinsky
Author: R. Kyle Bocinsky [aut, cre],
  Dylan Beaudette [ctb],
  Scott Chamberlain [ctb]
Maintainer: R. Kyle Bocinsky <bocinsky@gmail.com>
Date/Publication: 2019-04-22 13:40:03 UTC
back to top