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

https://github.com/ironholds/hail

Read rainfall data from the HYDRA monitoring stations
https://github.com/ironholds/hail

api-client r rainfall

Last synced: about 1 year ago
JSON representation

Read rainfall data from the HYDRA monitoring stations

Awesome Lists containing this project

README

          

# Retrieve Data from the HYDRA Project

[![](http://www.r-pkg.org/badges/version/hail)](http://www.r-pkg.org/pkg/hail)
[![CRAN RStudio mirror downloads](http://cranlogs.r-pkg.org/badges/hail)](http://www.r-pkg.org/pkg/hail)

Retrieves rainfall data from the City of Portland's "HYDRA" monitoring stations. No dependencies, just base R!

## Installation

```r
install.packages("hail")
```

## Usage

```r
library(hail)
hail_hydra()
```