-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
40 lines (40 loc) · 1.33 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
Package: imgw
Title: Polish Meteorological and Hydrological Data
Version: 0.3.0
Authors@R: c(person(given = "Bartosz",
family = "Czernecki",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-6496-1386")),
person(given = "Arkadiusz",
family = "Głogowski",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0002-7587-8892")),
person(given = "Jakub",
family = "Nowosad",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0002-1057-3721")),
person("IMGW-PIB", role = "ctb", comment = "source of the data"))
Description: Download Polish meteorological and hydrological data from the Institute of Meteorology and Water Management - National Research Institute (<https://dane.imgw.pl/>).
This package also allows for adding geographical coordinates for each observation.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.0.2
Depends:
R (>= 3.1)
Imports:
RCurl,
XML
Suggests:
testthat,
knitr,
rmarkdown,
dplyr,
tidyr
URL: https://imgw.ml
BugReports: https://github.com/bczernecki/imgw/issues
VignetteBuilder: knitr