forked from ropensci/FedData
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
80 lines (80 loc) · 2.17 KB
/
DESCRIPTION
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
Type: Package
Package: FedData
Title: Functions to Automate Downloading Geospatial Data
Available from Several Federated Data Sources
Version: 3.0.0.9000
Date: 2020-04-09
Authors@R:
c(person(given = c("R.", "Kyle"),
family = "Bocinsky",
role = c("aut", "cre"),
email = "bocinsky@gmail.com"),
person(given = "Dylan",
family = "Beaudette",
role = "ctb"),
person(given = "Scott",
family = "Chamberlain",
role = "ctb"))
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
Depends:
magrittr,
R (>= 3.2.0),
sf,
sp
Imports:
curl,
data.table,
devtools,
dplyr,
foreach,
Hmisc,
httr,
igraph,
lubridate,
lwgeom,
magrittr,
methods,
ncdf4,
progress,
purrr,
raster,
readr,
rgdal,
rgeos,
stringr,
tibble,
tidyr,
xml2
Suggests:
codemetar,
covr,
docopt,
lintr,
roxygen2,
styler,
testthat,
usethis
Remotes:
lorenzwalthert/precommit
Encoding: UTF-8
LazyData: true
NeedsCompilation: no
Repository: CRAN
RoxygenNote: 7.1.0