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: 4 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 (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-04T19:58:52.000Z (about 6 years ago)
- Last Synced: 2024-08-13T07:11:13.845Z (8 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/rainshinydbThis is a small extension of the camptocamp/docker-postgres image available at:
https://github.com/camptocamp/docker-postgres