Right now, the project processes Met Office and GFS weather data, but DWD (Deutscher Wetterdienst) data isn’t implemented yet.
The file src/open_data_pvnet/nwp/dwd.py exists, but it just has a NotImplementedError, meaning it's not actually doing anything. Also, there’s no dwd_data_config.yaml, so there’s no structured way to load DWD data.
Since DWD provides open ICON model weather data (DWD Open Data Portal), we could integrate it into the pipeline to make the model even better.
If everything seems fine, please assign me this issue and add all relevant tags for GSoC so I can start working on it.
Right now, the project processes Met Office and GFS weather data, but DWD (Deutscher Wetterdienst) data isn’t implemented yet.
The file
src/open_data_pvnet/nwp/dwd.pyexists, but it just has aNotImplementedError, meaning it's not actually doing anything. Also, there’s nodwd_data_config.yaml, so there’s no structured way to load DWD data.Since DWD provides open ICON model weather data (DWD Open Data Portal), we could integrate it into the pipeline to make the model even better.
If everything seems fine, please assign me this issue and add all relevant tags for GSoC so I can start working on it.