-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
55 lines (55 loc) · 1.47 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
Package: kwb.satellite
Title: R Package for Working with Satellite Data from Various
Providers (Copernicus, GoogleEarthEngine)
Version: 0.1.0
Authors@R:
c(person(given = "Michael",
family = "Rustler",
role = c("aut", "cre"),
email = "michael.rustler@kompetenz-wasser.de",
comment = c(ORCID = "0000-0003-0647-7726")),
person(given = "Hauke",
family = "Sonnenberg",
role = "ctb",
email = "hauke.sonnenberg@kompetenz-wasser.de",
comment = c(ORCID = "0000-0001-9134-2871")),
person(given = "KEYS",
role = "fnd"),
person(given = "Kompetenzzentrum Wasser Berlin gGmbH (KWB)",
role = "cph"))
Description: R Package with functions for working with satellite
data of Copernicus Climate Data Store
(https://cds.climate.copernicus.eu) or GoogleEarthEngine
(https://earthengine.google.com/).
License: MIT + file LICENSE
URL: https://github.com/KWB-R/kwb.satellite
BugReports: https://github.com/KWB-R/kwb.satellite/issues
Imports:
dplyr,
ecmwfr,
gdalUtilities,
gdata,
kwb.utils,
magrittr,
rlang,
stringr,
tidyr
Suggests:
covr,
cubelyr,
knitr,
kwb.pkgbuild,
raster,
reticulate,
rgee,
rmarkdown,
stars
VignetteBuilder:
knitr
Remotes:
github::kwb-r/kwb.utils,
github::kwb-r/kwb.pkgbuild
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2