-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
23 lines (23 loc) · 1.55 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
Package: ccrtm
Type: Package
Title: Coupled Chain Radiative Transfer Models
Version: 0.4.1
Date: 2023-04-19
Authors@R: c(person(given="Marco D.",family="Visser", role = c("aut", "cre"),
email = "marco.d.visser@gmail.com"))
Description: A set of radiative transfer models to quantitatively describe the absorption, reflectance and transmission of solar energy in vegetation, and model remotely sensed spectral signatures of vegetation at distinct spatial scales (leaf,canopy and stand). The main principle behind ccrtm is that many radiative transfer models can form a coupled chain, basically models that feed into each other in a linked chain (from leaf, to canopy, to stand, to atmosphere). It allows the simulation of spectral datasets in the solar spectrum (400-2500nm) using leaf models as PROSPECT5, 5b, and D which can be coupled with canopy models as 'FLIM', 'SAIL','SAIL2' and 'INFORM' for top of canopy reflectance, and with atmospheric models such as 'SKYL'and 'SMAC' for calculation of top of the atmosphere reflectance. All models can run in forward mode, and a selection are invertable (backward simulations) if provided with spectral data. Jacquemoud et al 2008 provides a comprehensive overview of these and other models <doi:10.1016/j.rse.2008.01.026>.
License: GPL (>= 2)
URL: https://github.com/MarcoDVisser/ccrtm
BugReports: https://github.com/MarcoDVisser/ccrtm/issues
Imports:
graphics,
grDevices,
stats,
testthat,
Rcpp,
expint,
pracma
LinkingTo: Rcpp
Repository: CRAN
RoxygenNote: 7.1.2
Roxygen: list(markdown = TRUE)