-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
33 lines (32 loc) · 986 Bytes
/
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
Package: chmloader
Title: helper to download Canopy Height Model data from Tolan, et al. (2024)
Version: 0.0.1.0
Authors@R:
person("Hugh", "Graham", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-9451-5010"))
Description: chmloader is an R package to simplify downloading and resampling Canopy Height Model (CHM) data from Tolan, et al. (2024). More datasets may get added in time but for now this just gets the 1 m meta /WRI data.
License: Apache License (>= 2)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
URL: https://github.com/Permian-Global-Research/chmloader
BugReports: https://github.com/Permian-Global-Research/chmloader/issues
Imports:
cli,
dplyr,
ggplot2,
glue,
patchwork,
proceduralnames,
purrr,
rlang,
sf,
terra,
tidyr
Suggests:
covr,
curl,
grDevices,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Config/testthat/parallel: true