forked from GLFC-WET/hydroweight
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
54 lines (54 loc) · 1.83 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
Package: hydroweight
Title: Implements inverse distance-weighted euclidean/flow-path landscape attributes
Version: 1.2.4
Authors@R: c(
person(given = "Brian",
family = "Kielstra",
role = c("aut", "cre"),
email = c("[email protected]", "[email protected]"),
comment = c(ORCID = "0000-0003-1105-4971")),
person(given = "Patrick",
family = "Schaefer",
role = c("aut")),
person(given = "Rob",
family = "Mackereth",
role = c("aut")),
person(given = "Stephanie",
family = "Melles",
role = c("aut"),
comment = c(ORCID = "0000-0002-2983-8136")),
person(given = "Erik",
family = "Emilson",
role = c("aut"),
email = c("[email protected]"),
comment = c(ORCID = "0000-0002-1516-9728")),
person("Her Majesty the Queen in Right of Canada, as represented by the Minister of Natural Resources Canada",
role = "cph")
)
Description: Implements workflows to compute spatially explicit landscape metrics
described in Peterson et al. (2011) <doi:10.1111/j.1365-2427.2010.02507.x>.
Uses previously generated terrain products (examples provided) and a user-
defined weighting function to produce distance-weighted rasters. Weighted rasters
and landscape layers are then used to produce distance-weighted landscape attributes.
URL: https://github.com/bkielstr/hydroweight
BugReports: https://github.com/bkielstr/hydroweight/issues
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
Depends:
R (>= 4.0)
Imports:
devtools,
dplyr,
sf,
stringr,
tidyr,
tidyselect,
terra,
whitebox
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr