Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 6 days ago
JSON representation

:airplane: :sunny: R package for accessing ASOS data via the Iowa Environment Mesonet :cloud: :airplane:

Awesome Lists containing this project

README

        

riem
====

[![Project Status: Active – The project has reached a stable, usable
state and is being actively
developed.](http://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/)
[![CRAN\_Status\_Badge](http://www.r-pkg.org/badges/version/riem)](https://cran.r-project.org/package=riem)
[![codecov](https://app.codecov.io/gh/ropensci/riem/graph/badge.svg)](https://app.codecov.io/gh/ropensci/riem)
[![](https://badges.ropensci.org/39_status.svg)](https://github.com/ropensci/software-review/issues/39)
[![R-CMD-check](https://github.com/ropensci/riem/workflows/R-CMD-check/badge.svg)](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("devtools")
install_github("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).

# Use cases in the wild

Submit your use cases by opening [a new issue](https://github.com/ropensci/riem/issues/new)!

* [@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)

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.

[![ropensci\_footer](https://ropensci.org//public_images/github_footer.png)](https://ropensci.org/)