-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
33 lines (33 loc) · 1.21 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
Package: rTLsDeep
Type: Package
Title: Post-Hurricane Damage Severity Classification from TLS and AI
Version: 0.0.6
Authors@R: c(
person("Carine", "Klauberg", email = "[email protected]", role = c("aut")),
person("Ricardo", "Dalagnol", email = "[email protected]", role = c("aut","cph")),
person("Matheus", "Ferreira", email = "", role = c("aut", "ctb")),
person("Jason", "Vogel", email = "", role = c("aut","ctb")),
person("Caio", "Hamamura", email = "[email protected]", role = c("aut", "ctb", "cre")),
person("Carlos Alberto", "Silva", email = "[email protected]", role = c("aut","cph")))
Description: Terrestrial laser scanning (TLS) data processing and post-hurricane damage severity classification at the individual tree level using deep Learning. Further details were published in Klauberg et al. (2023) <doi:10.3390/rs15041165>.
License: GPL-3
Encoding: UTF-8
Depends:
R (>= 3.5.0)
Imports:
caret,
ggplot2,
grDevices,
lidR,
keras,
matrixStats,
reticulate,
rgl,
sf,
tensorflow
Suggests:
terra,
viridis
RoxygenNote: 7.2.3
URL: https://github.com/carlos-alberto-silva/rTLsDeep
BugReports: https://github.com/carlos-alberto-silva/rTLsDeep/issues