-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
52 lines (52 loc) · 1.68 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
Package: rOPTRAM
Title: Derive Soil Moisture Using the OPTRAM Algorithm
Version: 0.3.0.000
Authors@R: c(
person("Micha", "Silver", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-1128-1325")),
person("Arnon", "Karnieli", , "[email protected]", role = c("ctb", "fnd"),
comment = c(ORCID = "0000-0001-8065-9793")),
person("Zhe", "Dong", , "[email protected]", role = c("ctb"),
comment = c(ORCID = "0009-0007-5298-8355")),
person("Ron", "Beiden", , "[email protected]", role = c("ctb")),
person("Natalya", "Panov", , "[email protected]", role = c("ctb")),
person("Zhe", "Dong", , "[email protected]", role = c("ctb"),
comment = c(ORCID = "0009-0007-5298-8355")),
person("Lauren", "O'Brien", ,"[email protected]", role = c("rev")),
person("Harry", "Eslick", ,"[email protected]", role = c("rev"))
)
Description: The OPtical TRapezoid Model (OPTRAM) derives soil moisture
based on the linear relation between a vegetation index
and Land Surface Temperature (LST). The Short Wave Infra-red (SWIR) band
is used as a proxy for LST. See:
Sadeghi, M. et al., 2017. <https://doi.org/10.1016/j.rse.2017.05.041> .
License: GPL (>= 3)
URL: https://github.com/ropensci/rOPTRAM.git
BugReports: https://github.com/ropensci/rOPTRAM/issues
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Depends:
R (>= 4.1.0)
Imports:
dplyr,
ggplot2,
MASS,
sf,
terra,
utils
Suggests:
geojsonio,
lwgeom,
knitr,
rmarkdown,
stats,
testthat (>= 3.0.0),
xml2,
openeo,
CDSE,
jsonlite,
qpdf
Config/testthat/edition: 3
VignetteBuilder: knitr
Spelling: en-US