Climate change and its impact on our environment are a constant topic. Extreme weather conditions are becoming more and more frequent. It is important to give observations a context in order to recognize potential trends. My dashboard focuses on visualizing snow measurements from different locations. The underlying dataset comes from Kaggle and includes monthly observations from each location.
To run the app locally, run the following code in your terminal.
- Clone the repo to your local machine.
git clone https://github.com/mishelly-h/snowfall_switzerland.git
-
Step into the root directory of the repo you have just cloned.
-
Create the environment.
conda env create --file environment.yaml
- Activate the environment.
conda activate snowy_environment
- Run the app.
R -e "shiny::runApp('src/app.R')"