Type: Package Package: FedData Title: Download Geospatial Data Available from Several Federated Data Sources Version: 4.4.0 Date: 2026-06-10 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 ( 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 4, available from the Oak Ridge National Laboratory's Distributed Active Archive Center (; DAAC; currently deprecated, as the data now require authentication to download); the International Tree Ring Data Bank; the National Land Cover Database (; NLCD); the Cropland Data Layer from the National Agricultural Statistics Service (; NASS); and the PAD-US dataset of protected area boundaries (; 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 Roxygen: list(markdown = TRUE) Suggests: arcgislayers (>= 0.2.0), knitr, leaflet, mapview, ncdf4, rmapshaper, testthat, usethis Config/roxygen2/version: 8.0.0 Config/pak/sysreqs: libabsl-dev cmake libgdal-dev gdal-bin libgeos-dev libglpk-dev libicu-dev libxml2-dev libssl-dev libproj-dev libsqlite3-dev libudunits2-dev libx11-dev Repository: https://ropensci.r-universe.dev Date/Publication: 2026-06-12 15:13:41 UTC RemoteUrl: https://github.com/ropensci/FedData RemoteRef: main RemoteSha: b0c3f42c3f6efd41c96bb395936d083dd2acd04b Packaged: 2026-07-01 08:17:17 UTC; root Author: R. Kyle Bocinsky [aut, cre, cph] (ORCID: ), Dylan Beaudette [ctb], Scott Chamberlain [ctb, rev], Jeffrey Hollister [ctb], Julia Gustavsen [rev] Maintainer: R. Kyle Bocinsky