-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathDESCRIPTION
More file actions
86 lines (86 loc) · 2.98 KB
/
DESCRIPTION
File metadata and controls
86 lines (86 loc) · 2.98 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
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
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Suggests:
arcgislayers (>= 0.2.0),
knitr,
leaflet,
mapview,
ncdf4,
rmapshaper,
testthat,
usethis