Type: Package
Package: FedData
Title: Download Geospatial Data Available from Several Federated Data
        Sources
Version: 4.3.0
Date: 2025-04-12
Authors@R: 
    c(person(given = c("R.", "Kyle"),
             family = "Bocinsky",
             role = c("aut", "cre", "cph"),
             email = "bocinsky@gmail.com",
             comment = c(ORCID = "0000-0003-1862-3428")),
      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: Download geospatial data available
    from several federated data sources (mainly sources maintained by the
    US Federal government). Currently, the package enables extraction from
    nine datasets: The National Elevation Dataset digital elevation
    models (<https://www.usgs.gov/3d-elevation-program> 1 and 1/3 arc-second; 
    USGS); The National Hydrography Dataset
    (<https://www.usgs.gov/national-hydrography/national-hydrography-dataset>; 
    USGS); The Soil Survey Geographic (SSURGO) database from the National
    Cooperative Soil Survey (<https://websoilsurvey.sc.egov.usda.gov/>; NCSS), 
    which is led by the Natural Resources
    Conservation Service (NRCS) under the USDA; 
    the Global Historical Climatology Network (<https://www.ncei.noaa.gov/products/land-based-station/global-historical-climatology-network-daily>; GHCN), coordinated by National Climatic Data
    Center at NOAA; the Daymet gridded estimates of daily weather
    parameters for North America, version 4, available from the Oak Ridge
    National Laboratory's Distributed Active Archive Center 
    (<https://daymet.ornl.gov/>; DAAC); the
    International Tree Ring Data Bank; the National Land Cover
    Database (<https://www.mrlc.gov/>; NLCD); the Cropland Data Layer from the National Agricultural 
    Statistics Service (<https://www.nass.usda.gov/Research_and_Science/Cropland/SARS1a.php>; NASS); 
    and the PAD-US dataset of protected area boundaries (<https://www.usgs.gov/programs/gap-analysis-project/science/pad-us-data-overview>; USGS).
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.1.0)
Depends: R (>= 4.1.0)
Imports: curl, httr, dplyr, tibble, tidyr, stringr, igraph, xml2,
        lifecycle, lubridate, progress, purrr, readr, terra (>= 1.0),
        sf (>= 1.0), ggplot2, glue, magrittr, jsonlite
Encoding: UTF-8
LazyData: true
NeedsCompilation: no
Repository: CRAN
RoxygenNote: 7.3.2
Suggests: arcgislayers (>= 0.2.0), knitr, leaflet, mapview, ncdf4,
        rmapshaper, testthat, usethis
Packaged: 2025-04-12 20:38:45 UTC; kyle.bocinsky
Author: R. Kyle Bocinsky [aut, cre, cph]
    (<https://orcid.org/0000-0003-1862-3428>),
  Dylan Beaudette [ctb],
  Scott Chamberlain [ctb, rev],
  Jeffrey Hollister [ctb],
  Julia Gustavsen [rev]
Maintainer: R. Kyle Bocinsky <bocinsky@gmail.com>
Date/Publication: 2025-04-12 21:00:09 UTC
Built: R 4.4.3; ; 2025-10-13 11:34:42 UTC; windows
