forked from jbferet/biodivMapR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
54 lines (54 loc) · 1.54 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: biodivMapR
Title: biodivMapR: an R package for a- and ß-diversity mapping using remotely-sensed images
Version: 1.9.4
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 an image file as input, with a specific data format. ENVI HDR image with BIL interleave required.
Encoding: UTF-8
License: GPL-3 + file LICENSE
LazyData: true
Imports:
dissUtils,
data.table,
ecodist,
emstreeR,
fields,
future,
future.apply,
geometry,
labdsv,
matlab,
matrixStats,
methods,
mmand,
raster,
rgdal,
R.utils,
snow,
sp,
stars,
stringr,
tools,
vegan,
zip,
sf,
rgeos
RoxygenNote: 7.1.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