-
Notifications
You must be signed in to change notification settings - Fork 30
/
DESCRIPTION
59 lines (59 loc) · 1.82 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
Package: ecmwfr
Title: Interface to 'ECMWF' and 'CDS' Data Web Services
Version: 2.0.4
Authors@R: c(person(
family = "Hufkens",
given = "Koen",
email = "koen.hufkens@gmail.com",
role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0002-5070-8109")),
person(
family = "Stauffer",
given = "Reto",
email = "Reto.Stauffer@uibk.ac.at",
role = c("ctb"),
comment = c(ORCID = "0000-0002-3798-5507")),
person(
family = "Campitelli",
given = "Elio",
email = "elio.campitelli@cima.fcen.uba.ar",
role = c("ctb"),
comment = c(ORCID = "0000-0002-7742-9230")),
person(
given = "BlueGreen Labs",
role = c("fnd"))
)
Description: Programmatic interface to the European Centre for Medium-Range
Weather Forecasts dataset web services (ECMWF; <https://www.ecmwf.int/>)
and Copernicus's Data Stores. Allows for easy downloads of weather
forecasts and climate reanalysis data in R. Data stores covered include the Climate Data Store (CDS;
<https://cds.climate.copernicus.eu>), Atmosphere Data Store (ADS;
<https://ads.atmosphere.copernicus.eu>) and Early Warning Data Store (CEMS;
<https://ewds.climate.copernicus.eu>).
URL: https://github.com/bluegreen-labs/ecmwfr
BugReports: https://github.com/bluegreen-labs/ecmwfr/issues
Depends:
R (>= 4.2)
Imports:
httr,
memoise,
getPass,
R6,
keyring
License: AGPL-3
ByteCompile: true
RoxygenNote: 7.3.1
Suggests:
rmarkdown,
covr,
xml2,
testthat,
terra,
maps,
ncdf4,
knitr,
rlang,
rstudioapi,
jsonlite
VignetteBuilder: knitr
Encoding: UTF-8