-
Notifications
You must be signed in to change notification settings - Fork 10
/
DESCRIPTION
71 lines (71 loc) · 2.15 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
Package: ForesToolboxRS
Title: Remote Sensing Tools for Forest Monitoring
Version: 0.2.0
Authors@R:
c(person(given = "Yonatan",
family = "Tarazona Coronel",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-5208-1004")),
person(given = "Alaitz",
family = "Zabala",
role = c("ctb"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-3931-4221")),
person(given = "Xavier",
family = "Pons",
role = c("ctb"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-6924-1641")),
person(given = "Antoni",
family = "Broquetas",
role = c("ctb"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-9801-9145")),
person(given = "Jakub",
family = "Nowosad",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-1057-3721")),
person(given = "Hamdi",
family = "A. Zurqani",
role = c("ctb"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-9250-4534")))
Description: Remote sensing tools for forest monitoring includes a series of
novel techniques to monitor forest through optical images and fusion of optical
and microwave data. All tools are based on scientific publications.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Depends:
R (>= 3.5.0)
Imports:
methods,
stats,
forecast,
dplyr,
raster,
zoo,
factoextra,
graphics,
grDevices,
caret,
e1071,
randomForest
Suggests:
testthat (>= 2.1.0),
rmarkdown,
covr,
roxygen2,
snow,
stars,
parallel,
nnet,
rpart,
FactoMineR,
sf
URL: https://ytarazona.github.io/ForesToolboxRS/
BugReports: https://github.com/ytarazona/ForesToolboxRS/issues