-
Notifications
You must be signed in to change notification settings - Fork 21
/
DESCRIPTION
48 lines (48 loc) · 1.74 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
Package: climate
Title: Interface to Download Meteorological (and Hydrological) Datasets
Version: 1.2.1
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: Automatize downloading of meteorological and hydrological data from publicly available repositories:
OGIMET (<http://ogimet.com/index.phtml.en>),
University of Wyoming - atmospheric vertical profiling data (<http://weather.uwyo.edu/upperair/>),
Polish Institute of Meteorology and Water Management - National Research Institute (<https://danepubliczne.imgw.pl>),
and National Oceanic & Atmospheric Administration (NOAA).
This package also allows for searching geographical coordinates for each observation and calculate distances to the nearest stations.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Depends:
R (>= 4.0.0)
Imports:
XML,
httr,
curl,
data.table,
stringi
Suggests:
dplyr,
knitr,
maps,
testthat,
tidyr,
rmarkdown
URL: https://github.com/bczernecki/climate
BugReports: https://github.com/bczernecki/climate/issues
VignetteBuilder: knitr