-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathDESCRIPTION
57 lines (57 loc) · 1.73 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
Package: biodivMapR
Title: biodivMapR: an R package for a- and ß-diversity mapping using remotely-sensed images
Version: 2.2.0
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
biodivMapR v2 produces spectral diversity maps, and more broadly 'remotely sensed' diversity maps.
It can process any type of raster data, as long as the driver is compatible with drivers accepted by the terra package.
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
License: GPL-3 + file LICENSE
LazyData: true
Imports:
bigRaster,
cli,
dissUtils,
doFuture,
dplyr,
fields,
foreach,
fundiversity,
future,
future.apply,
progress,
progressr,
purrr,
rlist,
sf,
snow,
stats,
terra,
tools,
tidyr,
vegan
Suggests:
ggplot2,
gridExtra,
knitr,
RColorBrewer,
readr,
rmarkdown,
testthat (>= 2.0.0)
Remotes: gitlab::jbferet/bigRaster
VignetteBuilder: knitr
URL: https://github.com/jbferet/biodivMapR
BugReports: https://github.com/jbferet/biodivMapR/issues
Config/testthat/edition: 3