https://github.com/ropensci/riem
:airplane: :sunny: R package for accessing ASOS data via the Iowa Environment Mesonet :cloud: :airplane:
https://github.com/ropensci/riem
airports asos iowa-environment-mesonet metar peer-reviewed r r-package rstats temperature weather weather-api
Last synced: 15 days ago
JSON representation
:airplane: :sunny: R package for accessing ASOS data via the Iowa Environment Mesonet :cloud: :airplane:
- Host: GitHub
- URL: https://github.com/ropensci/riem
- Owner: ropensci
- Created: 2016-04-22T14:00:06.000Z (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2024-10-01T12:37:20.000Z (7 months ago)
- Last Synced: 2024-10-29T19:48:46.494Z (6 months ago)
- Topics: airports, asos, iowa-environment-mesonet, metar, peer-reviewed, r, r-package, rstats, temperature, weather, weather-api
- Language: R
- Homepage: https://docs.ropensci.org/riem
- Size: 4.72 MB
- Stars: 43
- Watchers: 10
- Forks: 14
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS.md
- Codemeta: codemeta.json
Awesome Lists containing this project
- open-sustainable-technology - riem - Allows to get weather data from ASOS airports stations all around the globe. (Atmosphere / Meteorological Observation and Forecast)
README
riem
====[](https://www.repostatus.org/)
[](https://cran.r-project.org/package=riem)
[](https://app.codecov.io/gh/ropensci/riem)
[](https://github.com/ropensci/software-review/issues/39)
[](https://github.com/ropensci/riem/actions)
This package allows to get weather data from ASOS stations (airports)
via the great website of the [Iowa Environment
Mesonet](https://mesonet.agron.iastate.edu/request/download.phtml?network=IN__ASOS).Installation
============Install the package with:
``` r
install.packages("riem")
```Or install the development version using
[devtools](https://github.com/r-lib/devtools) with:``` r
library("pak")
pak::pak("ropensci/riem")
```# Documentation
Please refer to the [`pkgdown` website](https://docs.ropensci.org/riem/) to read docs, in particular the [reference](https://docs.ropensci.org/riem/reference/index.html) and the [vignettes](https://docs.ropensci.org/riem/articles/index.html).
# 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](https://ropensci.org/usecases/)!
* [@maelle](https://github.com/maelle/)'s [Where to live in the US](https://masalmon.eu/2017/11/16/wheretoliveus/)
* [@Ryo-N7](https://github.com/Ryo-N7)'s [Where to live in Japan: XKCD-themed climate plots and maps!](https://ryo-n7.github.io/2017-11-22-japan-xkcd-weather-index/)
* [@sharlagelfand](https://github.com/sharlagelfand)'s [Oh, the cold places I've lived](https://sharlagelfand.netlify.app/posts/oh-the-cold-places-ive-lived/)
* In a course: [@byuidatascience](https://github.com/byuidatascience)'s [M335 Task 15: How is the weather?](https://byuistats.github.io/M335/backgrounds.html#task_15:_how_is_the_weather)
* [@jhchou](https://github.com/jhchou) developed an R Shiny app that allows interactive analysis of 20+ years of hourly METAR data of flight conditions by time of day and month at multiple airports. [Blog post](https://www.incidentalfindings.org/posts/2025-02-19_metar_analysis_2/)
Meta
----- Please [report any issues or
bugs](https://github.com/ropensci/riem/issues).
- 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](https://ropensci.org/code-of-conduct/). By participating in this project you agree
to abide by its terms.[](https://ropensci.org/)