Package: sen2r
Type: Package
Title: Find, Download and Process Sentinel-2 Data
Version: 1.5.0
Authors@R: c(person("Luigi", "Ranghetti",
                    email = "luigi@ranghetti.info",
                    role = c("aut", "cre"),
                    comment = c(ORCID = "0000-0001-6207-5188")),
             person("Lorenzo", "Busetto",
                    role = c("aut"),
                    comment = c(ORCID = "0000-0001-9634-6038")))
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,
        rgdal, XML, jsonlite, geojsonio, foreach, parallel, doParallel,
        httr, RcppTOML
Suggests: leaflet, leafpm, mapedit, s2, shiny, shinyFiles,
        shinydashboard, shinyjs, shinyWidgets, spelling, geojsonlint,
        httptest, knitr, markdown, rmarkdown, sys, tools, units,
        testthat (>= 2.1.0)
SystemRequirements: GDAL (>= 2.1.2), PROJ (>= 4.9.1), GEOS (>= 3.4.2),
        Cairo, Curl, NetCDF, jq, Protocol Buffers, V8, OpenSSL,
        Libxml2.
VignetteBuilder: knitr
RoxygenNote: 7.1.1
Language: en-GB
NeedsCompilation: no
Packaged: 2021-06-27 19:00:22 UTC; lranghetti
Author: Luigi Ranghetti [aut, cre] (<https://orcid.org/0000-0001-6207-5188>),
  Lorenzo Busetto [aut] (<https://orcid.org/0000-0001-9634-6038>)
Maintainer: Luigi Ranghetti <luigi@ranghetti.info>
Repository: CRAN
Date/Publication: 2021-06-27 19:30:02 UTC
Built: R 4.0.2; ; 2021-06-28 11:17:57 UTC; unix
