-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
47 lines (47 loc) · 1.25 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
Package: MultiscaleDTM
Title: Multi-Scale Geomorphometric Terrain Attributes
Version: 0.8.3
Authors@R:
c(
person(given = "Alexander",
family = "Ilich",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-1758-8499")),
person(given = "Vincent",
family = "Lecours",
role = c("aut")),
person(given = "Benjamin",
family = "Misiuk",
role = c("aut")),
person(given = "Steven",
family = "Murawski",
role = c("aut")))
Description: Calculates multi-scale geomorphometric terrain attributes from regularly gridded digital terrain models using a variable focal windows size (Ilich et al. (2023) <doi:10.1111/tgis.13067>).
License: GPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
BugReports: https://github.com/ailich/MultiscaleDTM/issues
Depends: terra (>= 1.7.46)
SystemRequirements: C++17
LinkingTo:
Rcpp,
RcppArmadillo
Imports:
Rcpp,
raster,
dplyr,
shiny,
rgl,
stats,
utils
Suggests:
knitr,
rmarkdown,
tmap,
colorRamps,
cowplot,
magick
URL: https://ailich.github.io/MultiscaleDTM/, https://github.com/ailich/MultiscaleDTM
VignetteBuilder: knitr