This package allows to get weather data from ASOS stations (airports) via the great website of the Iowa Environment Mesonet.
Install the package with:
install.packages("riem")
Or install the development version using devtools with:
library("pak")
pak::pak("ropensci/riem")
Please refer to the pkgdown
website to read docs, in particular the reference and the vignettes.
The latlon
argument of riem_measures()
default to FALSE
:
you need to explicitly set it to TRUE
for the latitude and longitude of the station to be included in the output.
The date_start
and station
no longer have default values.
Submit your use cases by opening a new issue!
-
@Ryo-N7's Where to live in Japan: XKCD-themed climate plots and maps!
-
In a course: @byuidatascience's M335 Task 15: How is the weather?
- Please report any issues or bugs.
- License: GPL
- Get citation information for
ropenaq
in R doingcitation(package = 'riem')
- Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.