-
Notifications
You must be signed in to change notification settings - Fork 13
/
DESCRIPTION
55 lines (55 loc) · 1.56 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
Package: biodivMapR
Title: biodivMapR: an R package for a- and ß-diversity mapping using remotely-sensed images
Version: 1.14.5
Authors@R: c(person(given = "Jean-Baptiste",
family = "Feret",
email = "[email protected]",
role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0002-0151-1334")),
person( given = "Florian",
family = "de Boissieu",
email = "[email protected]",
role = c("aut"),
comment = c(ORCID = "0000-0002-2185-9952", "clean code, format as package, build website")))
Description: this packages allows processing image data based on the method described in the following publication:
Féret, J.-B., Asner, G.P., 2014. Mapping tropical forest canopy diversity using high-fidelity imaging spectroscopy. Ecol. Appl. 24, 1289–1296. https://doi.org/10.1890/13-1824.1
It expects a raster file as input, with ENVI HDR header file including spectral bands of the sensor, if optical sensor.
Encoding: UTF-8
License: GPL-3 + file LICENSE
LazyData: true
Imports:
ape,
cli,
data.table,
dissUtils,
dplyr,
fields,
future,
future.apply,
geometry,
jsonlite,
labdsv,
magrittr,
matlab,
matrixStats,
mmand,
progress,
progressr,
raster,
sf,
snow,
stars,
stringr,
terra,
tools,
vegan,
zip
RoxygenNote: 7.3.2
Suggests:
knitr,
rmarkdown,
testthat (>= 2.0.0)
VignetteBuilder: knitr
URL: https://github.com/jbferet/biodivMapR
BugReports: https://github.com/jbferet/biodivMapR/issues
Config/testthat/edition: 2