-
Notifications
You must be signed in to change notification settings - Fork 43
/
DESCRIPTION
64 lines (64 loc) · 1.64 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
53
54
55
56
57
58
59
60
61
62
63
64
Package: sen2r
Type: Package
Title: Find, Download and Process Sentinel-2 Data
Version: 1.6.0
Authors@R: c(person("Luigi", "Ranghetti",
email = "[email protected]",
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
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Language: en-GB