-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
39 lines (39 loc) · 1.18 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
Package: addNlcdData
Title: Add National Landcover Database Variables to Your Data
Version: 0.0.5
Authors@R:
person(given = "Erika",
family = "Rasnick",
role = c("aut", "cre"),
email = "erika.rasnick@cchmc.org")
Description: Add National Landcover Database (NLCD) Variables to your data by
downloading only chunks of NLCD data from the internet needed for your aread of interest. NLCD
variables include imperviousness, greenness, and impervious descriptor (road type) and are based
on a 30 m x 30 m grid. NLCD variables can be added for point data (lat/lon), polygon data (as an
sf object), or point data with a specified buffer radius.
License: GPL-3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 6.1.1
Imports:
magrittr,
dplyr (>= 1.0.0),
tidyr (>= 1.0.0),
sf (>= 0.8-1),
raster (>= 3.3-13),
glue (>= 1.4.2),
purrr (>= 0.3.4),
fst (>= 0.9.2),
tibble (>= 3.0.3),
tidyselect (>= 1.1.0),
utils,
stats,
exactextractr (>= 0.5.1),
s3 (>= 0.3.1)
Remotes:
geomarker-io/s3
Suggests:
fs,
testthat (>= 3.0.0)
Config/testthat/edition: 3