Package: waterquality
Title: Satellite Derived Water Quality Detection Algorithms
Version: 0.2.6
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
Imports: methods, raster, rgdal, purrr, caret, vctrs, magrittr, dplyr,
        pingr
RoxygenNote: 7.1.1
Suggests: testthat, knitr, tibble, rmarkdown, covr, tmap, tmaptools,
        OpenStreetMap, sf
URL: https://github.com/RAJohansen/waterquality
BugReports: https://github.com/RAJohansen/waterquality/issues
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2020-10-21 16:39:28 UTC; RDEL1RAJ
Author: Richard Johansen [aut, cre] (<https://orcid.org/0000-0003-4287-9677>),
  Jakub Nowosad [aut] (<https://orcid.org/0000-0002-1057-3721>),
  Molly Reif [aut] (<https://orcid.org/0000-0003-4207-1459>),
  Erich Emery [aut],
  U.S. Army Corps of Engineers [fnd]
Maintainer: Richard Johansen <richard.a.johansen@erdc.dren.mil>
Repository: CRAN
Date/Publication: 2020-10-21 18:50:02 UTC
