-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDESCRIPTION
47 lines (47 loc) · 1.46 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
Package: prosail
Title: PROSAIL leaf and canopy radiative transfer model and inversion routines
Version: 2.5.6
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")))
Description: The package prosail includes the canopy radiative transfer model PROSAIL coupled with the leaf model PROSPECT-PRO, the latest version of the PROSPECT leaf model.
It also includes inversion routines based on iterative optimization and hybrid method in order to estimate vegetation properties (leaf and canopy) from sensor measurements.
License: GPL-3
Depends: R (>= 3.5.0)
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Suggests:
bigRaster,
liquidSVM,
knitr,
rmarkdown,
testthat (>= 3.0.0),
dplyr
Imports:
caret,
matrixStats,
methods,
pracma,
raster,
simsalapar,
utils,
progress,
prospect,
XML,
truncnorm,
magrittr
Remotes: github::jbferet/prospect,
gitlab::jbferet/bigRaster
VignetteBuilder: knitr
URL: https://gitlab.com/jbferet/prosail
BugReports: https://gitlab.com/jbferet/prosail/issues
Config/testthat/edition: 3