https://github.com/joelius300/aare-forecast
Forecasting temperature (and water level) for the Swiss river Aare
https://github.com/joelius300/aare-forecast
Last synced: 27 days ago
JSON representation
Forecasting temperature (and water level) for the Swiss river Aare
- Host: GitHub
- URL: https://github.com/joelius300/aare-forecast
- Owner: Joelius300
- License: agpl-3.0
- Created: 2024-08-09T21:28:37.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-09-24T15:41:12.000Z (7 months ago)
- Last Synced: 2024-10-06T06:22:37.858Z (7 months ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 75.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Aare Forecasting
I bi vou binech das [momentan z viu AI-Hype ume isch](https://ai.aare.guru/) aber weisch wi geil we dr Aare Guru
scho ä Wuche im vorus chli wüsst wi warm d Aare de isch u wiviu Wasser si de het?Implementiert isch no nid viu aber ha dänkt i fa mau a.
Interessanterwiis gits scho ä Vorhersag zum Wasserabfluss (d Wassermängi im Aare.guru) vom Bund, i nime a di isch
scho sehr guet. Zur Temperatur gits schiinbar keni, ds wär auso ä Challenge, aber mä cha o hingerfrage wieso dr Bund
keni macht (isches z schwär? äuä eher eifach belanglos fr si). Zur Azeig und o zur Vorhersag chönntme das auso direkt bruche.**Logoidee**: Wätterfrosch wo uf sire Leitere steit und id witi luegt aus wärs ä Schiffsusguck während er mit sim Glas d Aare ab tribt
## Setup
Runs best with [uv](https://docs.astral.sh/uv/) and relies heavily on [DVC](https://dvc.org/).
```bash
uv venv
source .venv/bin/activate
```To run the pipelines, do this (from root).
```bash
export PYTHONPATH="$PWD"
dvc repro
```## Links
- [Aare.guru API Description](https://aareguru.existenz.ch/)
- [InfluxDB Access ❤️](https://api.existenz.ch/#influx)
- [SwissMetNet Dataset Description](https://api-datasette.konzept.space/existenz-api/smn_parameters)
- [BAFU Hydrologie Dataset Description](https://api-datasette.konzept.space/existenz-api/hydro_parameters)
- [Hydrologische Vorhersagen vom Bund (nüt dopplet mache)](https://www.bafu.admin.ch/bafu/de/home/themen/wasser/fachinformationen/zustand-der-gewaesser/hydrologische-vorhersagen-des-bundes.html)### Potenzielle Ressourcen
- http://www.watercenter.org/physical-water-quality-parameters/water-temperature/water-temperature-ranges-in-rivers-and-streams/
- https://storymaps.arcgis.com/stories/ef8b1542a6c0411ba96779b26151e399
- https://pmc.ncbi.nlm.nih.gov/articles/PMC5994338/
- https://agupubs.onlinelibrary.wiley.com/doi/10.1029/98WR01877
- https://hess.copernicus.org/articles/25/2951/2021/
- https://onlinelibrary.wiley.com/doi/abs/10.1111/j.1365-2427.2006.01597.x## Lizenz
AGPL-3.0
(für aare.guru fände mr sicher ä gueti Lösig, i mache ds hie houptsächläch füre Spass u fänds riise geil 's i aare.guru z integriere wes de ändlech fr öppis isch)