The App is structured into four drop-down menus covering the whole analysis of our project.
This tab introduces each catchment and also includes the overview and landing page of the app. Time constant variables can be checked here and used for interpretation of the results.
The submenus are:
- Driver variables: Overview of independent variables over time
- Conditional distribution of low-level water events: Overview of extreme driver variables leading to low-level events
- Correlation analysis: Correlation matrices of each catchment
The submenus are:
- Analysis: Presenting each model with different options to control the output
- ROC Analysis: Using the models to predict low level events and evaluating via ROC Curves
The submenus are:
- About: Introducing the project
- Model guidance and help: Introducing and explaining our modelling approaches for everyone that wants to understand or revise GAMs.
You will need access to the Climex-II data which is not publicly available. Access can be granted by the Geography Department from the LMU.
First of all you will need to generate the data used from the main repositoy which can be found here or under the organization's repos.
- Follow the instructions under the "Setup" section.
- Copy the folders
added_data
anddata
into the folder drought-shiny. (The folders should be at the same level asui.R
andserver.R
)
After that simply call renv::restore
and you are set to go to run the Shiny application.