Machine learning pipeline for forecasting of wind park power production using satellite images. The project is a master thesis at the Technical University of Denmark, whereas the task is given by and performed for TrønderEnergi AS.
Project period: 25.01.21 - 25.07.21.
Supervisors (DTU):
- Anders Nymark Christensen
- Tommy Sonne Alstrøm
External supervisors (TrønderEnergi AS):
- Håkon Thorstensen
- Create:
conda env create -f environment.yaml
- Activate:
conda activate satprod
- Update:
conda env create -f environment.yaml --force