Skip to contents

This package allows to get weather data from ASOS stations (airports) via the great website of the Iowa Environment Mesonet.

Installation

Install the package with:

Or install the development version using devtools with:

library("pak")
pak::pak("ropensci/riem")

Documentation

Please refer to the pkgdown website to read docs, in particular the reference and the vignettes.

Breaking changes in riem 1.0.0

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.

Use cases in the wild

Submit your use cases!

Meta

  • Please report any issues or bugs.
  • License: GPL
  • Get citation information for ropenaq in R doing citation(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.