https://github.com/cran/FedData
Raw File
Tip revision: 0fd07120bb9afba54a2faf6cb12749c12bbdcb29 authored by R. Kyle Bocinsky on 03 October 2023, 07:00:05 UTC
version 4.0.0
Tip revision: 0fd0712
DESCRIPTION
Type: Package
Package: FedData
Title: Functions to Automate Downloading Geospatial Data Available from
        Several Federated Data Sources
Version: 4.0.0
Date: 2023-10-02
Authors@R: 
    c(person(given = c("R.", "Kyle"),
             family = "Bocinsky",
             role = c("aut", "cre", "cph"),
             email = "bocinsky@gmail.com"),
      person(given = "Dylan",
             family = "Beaudette",
             role = "ctb"),
      person(given = "Scott",
             family = "Chamberlain",
             role = c("ctb", "rev")),
      person(given = "Jeffrey",
             family = "Hollister",
             role = "ctb"),
      person(given = "Julia",
             family = "Gustavsen",
             role = "rev"))
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).
License: MIT + file LICENSE
URL: https://docs.ropensci.org/FedData/,
        https://github.com/ropensci/FedData
BugReports: https://github.com/ropensci/FedData/issues
SystemRequirements: GDAL (>= 3.0.0)
Depends: R (>= 3.2.0)
Imports: curl, httr, dplyr, tibble, tidyr, stringr, igraph, xml2,
        lifecycle, lubridate, magrittr, progress, purrr, readr, terra
        (>= 1.0), sf (>= 1.0)
Encoding: UTF-8
LazyData: true
NeedsCompilation: no
Repository: CRAN
RoxygenNote: 7.2.3
Suggests: covr, ggplot2, testthat, ncdf4, usethis, styler, mapview,
        knitr, rmarkdown, leaflet, rmapshaper
Packaged: 2023-10-03 00:48:52 UTC; bocinsky
Author: R. Kyle Bocinsky [aut, cre, cph],
  Dylan Beaudette [ctb],
  Scott Chamberlain [ctb, rev],
  Jeffrey Hollister [ctb],
  Julia Gustavsen [rev]
Maintainer: R. Kyle Bocinsky <bocinsky@gmail.com>
Date/Publication: 2023-10-03 07:00:05 UTC
back to top