-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
61 lines (61 loc) · 2.04 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
Package: kwb.dwd
Title: Access Information from Deutscher Wetterdienst (DWD)
Version: 0.2.0
Authors@R:
c(person(given = "Hauke",
family = "Sonnenberg",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-9134-2871")),
person(given = "Michael",
family = "Rustler",
role = "ctb",
email = "[email protected]",
comment = c(ORCID = "0000-0003-0647-7726")),
person(given = "Lukas",
family = "Guericke",
role = "ctb",
email = "[email protected]"),
person(given = "Kompetenzzentrum Wasser Berlin gGmbH (KWB)",
role = "cph"))
Description: This package provides functions to simplify the access to the
data provided online by the Deutscher Wetterdienst (DWD,
https://www.dwd.de). It currently contains a function
\code{get_radolan_urls} that returns the internet addresses (Unified
Resource Locators, URLs) to the zip files containing rain data from
the RADOLAN system in daily or hourly resolution (see
https://www.dwd.de/DE/leistungen/radolan/radolan.html). The function
\code{download_radolan} helps you to download these files. But take
care, you should rescrict the time period as each file contains the
data for all of Germany.
License: MIT + file LICENSE
URL: https://github.com/KWB-R/kwb.dwd
BugReports: https://github.com/KWB-R/kwb.dwd/issues
Depends:
R (>= 3.0)
Imports:
archive,
bitops (>= 1.0.6),
fs (>= 1.2.6),
kwb.utils (>= 0.13.0),
lubridate (>= 1.7.4),
magrittr (>= 1.5),
raster (>= 2.8),
rgdal (>= 1.5-31),
RCurl (>= 1.95.4.11),
sf (>= 0.7.4),
sp (>= 1.3.1),
stringr (>= 1.4.0)
Suggests:
covr (>= 3.2.1),
knitr (>= 1.22),
rmarkdown (>= 1.12),
testthat (>= 3.0.0)
VignetteBuilder:
knitr
Remotes:
github::kwb-r/kwb.utils
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.1
Config/testthat/edition: 3