This repository includes a Python streamlit dashboard app which visualizes the redispatch data for Germany, 2024, obtained from Netztransparenz.
Since the original dataset does not include the geographic coordinates of the redispatched units, their location is identified first.
- Geographic localization of redispatched units using fuzzy matching
- Data visualization based on unit type and redispatch direction
- Daily statistics indicating the total redispatch volume, the number of redispatched units and the number of redispatch measures
The data used in this project was obtained from the following open sources:
- Netztransparenz:
- redispatch data for the time interval 31.12.2023 - 31.12.2024
- Open Power System Data:
- list of conventional power plants from Germany
pip install -r requirements.txt
streamlit run app.py