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
- Host: GitHub
- URL: https://github.com/ironholds/hail
- Owner: Ironholds
- License: other
- Created: 2015-12-15T13:51:47.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-01-04T22:53:38.000Z (over 9 years ago)
- Last Synced: 2024-10-30T05:34:29.048Z (over 1 year ago)
- Topics: api-client, r, rainfall
- Language: R
- Size: 12.7 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Retrieve Data from the HYDRA Project
[](http://www.r-pkg.org/pkg/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()
```