This dashboard is used by EWS teams around various regions of Uganda to get custom rainfall and temperature related data for districts and sub counties
# Weather Dashboard
This dashboard provides rainfall and temperature visualizations with anomaly detection.
## How to Deploy
### 1. Upload to GitHub
```bash
git init
git add .
git commit -m "Initial commit"
git remote add origin
github.com
git push -u origin main
```
### 2. Deploy to Streamlit Cloud
- Go to
streamlit.io
- Sign in and click **New app**
- Select your GitHub repo and deploy `app.py`
Last updated: 2025-07-17 11:14:51
# weather-dashboard