-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
46 lines (46 loc) · 1.43 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
Package: mapme.vegetation
Title: Tool chain for Sentinel-2 L2A processing
Version: 0.0.0.9020
Authors@R: c(person(given = "Darius",
family = "Görgen",
role = c("cre", "aut"),
email = "darius2402@web.de")
)
Description: mapme.vegetation allows an easy access to Sentinel-2 Level 2A data
from the freely available Amazon AWS bucket and subsequent processing based on the
the datacube framework provided by gdalcubes. A total number of 206 vegetation
indices as well as the surface reflectance values can be calculated for a
regular time series. It supports the extraction of zonal statistcs for polygons to be
directly used in project evaluation or subsequent modelling tasks.
The package is part of the MAPME toolset at <https://github.com/mapme-initiative>
and was developed by MapTailor Geospatial Consulting <https://maptailor.net/>.
License: GPL-3
Encoding: UTF-8
LazyData: true
Depends: R (>= 3.5)
Imports: gdalcubes (>= 0.6),
sf,
stringr,
dplyr,
magrittr,
rstac (>= 0.9.2),
signal,
trend,
zoo,
assertthat,
terra,
doSNOW,
foreach,
link2GI,
rgrass7,
snow
RoxygenNote: 7.2.3
Suggests:
knitr,
rmarkdown,
ggplot2,
stars,
tidyr,
DiagrammeR,
pkgdown
VignetteBuilder: knitr