Package: climate Title: Interface to Download Meteorological (and Hydrological) Datasets Version: 1.3.0 Authors@R: c(person(given = "Bartosz", family = "Czernecki", role = c("aut", "cre"), email = "nwp@amu.edu.pl", comment = c(ORCID = "0000-0001-6496-1386")), person(given = "Arkadiusz", family = "Głogowski", role = "aut", email = "arkadiusz.glogowski@upwr.edu.pl", comment = c(ORCID = "0000-0002-7587-8892")), person(given = "Jakub", family = "Nowosad", role = "aut", email = "nowosad.jakub@gmail.com", 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 (), University of Wyoming - atmospheric vertical profiling data (), Polish Institute of Meteorology and Water Management - National Research Institute (), 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.3 Depends: R (>= 4.1.0) Imports: archive, curl, data.table, httr, stringi, XML Suggests: dplyr, knitr, maps, testthat, tidyr, rmarkdown URL: https://github.com/bczernecki/climate, https://bczernecki.github.io/climate/ BugReports: https://github.com/bczernecki/climate/issues VignetteBuilder: knitr Config/pak/sysreqs: libarchive-dev libicu-dev libxml2-dev libssl-dev Repository: https://bczernecki.r-universe.dev Date/Publication: 2026-03-05 00:05:47 UTC RemoteUrl: https://github.com/bczernecki/climate RemoteRef: HEAD RemoteSha: a9deb557c094a6940c765e6612ac85d963f4a560 NeedsCompilation: no Packaged: 2026-07-03 08:52:59 UTC; root Author: Bartosz Czernecki [aut, cre] (ORCID: ), Arkadiusz Głogowski [aut] (ORCID: ), Jakub Nowosad [aut] (ORCID: ), IMGW-PIB [ctb] (source of the data) Maintainer: Bartosz Czernecki