Package: sen2r
Type: Package
Title: Find, Download and Process Sentinel-2 Data
Version: 1.6.0
Authors@R: c(person("Luigi", "Ranghetti",
                    email = "rpackages.ranghetti@gmail.com",
                    role = c("aut", "cre"),
                    comment = c(ORCID = "0000-0001-6207-5188")),
             person("Lorenzo", "Busetto",
                    role = c("aut"),
                    comment = c(ORCID = "0000-0001-9634-6038")),
             person("Marina", "Ranghetti",
                    role = c("ctb"),
                    comment = c(ORCID = "0000-0002-5568-3887")))
Description: Functions to download Sentinel-2 optical images
 and perform preliminary processing operations.
 'sen2r' provides the instruments required to easily perform
 (and eventually automate) the steps necessary to build a complete
 Sentinel-2 processing chain.
 A Graphical User Interface to facilitate data processing is also provided.
 For additional documentation refer to the following article: 
 Ranghetti et al. (2020) <doi:10.1016/j.cageo.2020.104473>.
License: GPL-3
Encoding: UTF-8
URL: https://sen2r.ranghetti.info
BugReports: https://github.com/ranghetti/sen2r/issues
Depends: R (>= 3.5.0)
Imports: methods, sf (>= 0.9.2), stars (>= 0.4.1), data.table, raster,
        XML, jsonlite, geojsonio, foreach, parallel, doParallel, httr,
        RcppTOML
Suggests: leaflet, leafpm, mapedit, s2, shiny, shinyFiles,
        shinydashboard, shinyjs, shinyWidgets, spelling, httptest,
        knitr, markdown, rmarkdown, sys, tools, units, testthat (>=
        2.1.0)
VignetteBuilder: knitr
RoxygenNote: 7.2.3
Language: en-GB
NeedsCompilation: no
Packaged: 2023-11-10 05:37:30 UTC; lranghetti
Author: Luigi Ranghetti [aut, cre] (<https://orcid.org/0000-0001-6207-5188>),
  Lorenzo Busetto [aut] (<https://orcid.org/0000-0001-9634-6038>),
  Marina Ranghetti [ctb] (<https://orcid.org/0000-0002-5568-3887>)
Maintainer: Luigi Ranghetti <rpackages.ranghetti@gmail.com>
Repository: CRAN
Date/Publication: 2023-11-10 06:10:03 UTC
