https://github.com/MatthewDWilson/rainshiny
R Shiny app which demonstrates near-real time statistical analysis of rain gauge data.
https://github.com/MatthewDWilson/rainshiny
Last synced: 3 months ago
JSON representation
R Shiny app which demonstrates near-real time statistical analysis of rain gauge data.
- Host: GitHub
- URL: https://github.com/MatthewDWilson/rainshiny
- Owner: MatthewDWilson
- License: mit
- Created: 2019-04-03T05:31:32.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-04T19:58:52.000Z (over 6 years ago)
- Last Synced: 2024-12-04T06:36:18.281Z (11 months ago)
- Language: R
- Size: 11.6 MB
- Stars: 4
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - MatthewDWilson/rainshiny - R Shiny app which demonstrates near-real time statistical analysis of rain gauge data. (R)
README
# rainshiny
R Shiny app which demonstrates near-real time statistical analysis of rain gauge data.
## Database
A PostgreSQL/ PostGIS database server is required. I recommend you use Docker for this, although any server should do fine. A suitable Docker image which includes a database with rainfall data tables (though it's not kept up-to-date) is available at:
https://cloud.docker.com/repository/docker/emdie/rainshinydb
This is a small extension of the camptocamp/docker-postgres image available at:
https://github.com/camptocamp/docker-postgres