Package: riem
Type: Package
Title: Accesses Data from the Iowa Environment Mesonet
Version: 0.1.0
Authors@R: person("Maëlle", "Salmon", email = "maelle.salmon@yahoo.se", role =
c("aut", "cre"))
Description: Allows to get weather data from ASOS stations (airports) in the
whole world thanks to the Iowa Environment Mesonet website.
License: GPL (>= 2)
LazyData: TRUE
Imports:
httr,
lubridate,
dplyr,
jsonlite,
readr,
lazyeval
RoxygenNote: 5.0.1
Suggests: testthat,
knitr,
rmarkdown
VignetteBuilder: knitr
This package allows to get METAR reports (weather reports) through the Iowa Environment Mesonet https://mesonet.agron.iastate.edu/request/download.phtml?network=IN__ASOS
- URL for the package (the development repository, not a stylized html page)
https://github.com/masalmon/riemIowa Environment Mesonet https://mesonet.agron.iastate.edu/request/download.phtml?network=IN__ASOS
Anyone needing weather data
The R package wunderground allows to access weather data including ASOS stations but the API only allows a linited number of calls per day/minute.
devtoolsinstall instructionsdevtools::check()produce any errors or warnings? If so paste them below.