-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathDESCRIPTION
42 lines (42 loc) · 1.51 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
Package: waterquality
Title: Satellite Derived Water Quality Detection Algorithms
Version: 1.0.0
Authors@R: c(person("Richard", "Johansen", email = "richard.a.johansen@erdc.dren.mil",
role = c("aut", "cre"), comment = c(ORCID = "0000-0003-4287-9677")),
person("Jakub", "Nowosad", email="nowosad.jakub@gmail.com",
role = c("aut"), comment = c(ORCID = "0000-0002-1057-3721")),
person("Molly", "Reif", email="Molly.K.Reif@usace.army.mil",
role = c("aut"), comment = c(ORCID = "0000-0003-4207-1459")),
person("Erich", "Emery", email="Erich.B.Emery@usace.army.mil",
role = c("aut")),
person("U.S. Army Corps of Engineers", role = c("fnd")))
Description: The main purpose of waterquality is to quickly and easily convert
satellite-based reflectance imagery into one or many well-known water quality
algorithms designed for the detection of harmful algal blooms or the following
pigment proxies: chlorophyll-a, blue-green algae (phycocyanin), and turbidity.
Johansen et al. (2019) <doi:10.21079/11681/35053>.
Depends: R (>= 3.4.0)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
Imports:
methods,
terra,
purrr,
caret,
magrittr,
dplyr
RoxygenNote: 7.2.3
Suggests:
testthat,
knitr,
tibble,
rmarkdown,
covr,
tmap,
tmaptools,
sf
URL: https://github.com/RAJohansen/waterquality, https://rajohansen.github.io/waterquality/
BugReports: https://github.com/RAJohansen/waterquality/issues
VignetteBuilder: knitr