Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade IE parser to ParserFunctions #6042

Merged
merged 17 commits into from
Jan 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion config/exchanges/GB_GB-NIR.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ lonlat:
- -5.428149
- 54.87826
parsers:
exchange: IE.fetch_exchange
exchange: SMARTGRIDDASHBOARD.fetch_exchange
rotation: -110
9 changes: 5 additions & 4 deletions config/zones/GB-NIR.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -229,11 +229,12 @@ fallbackZoneMixes:
unknown: 0.0
wind: 0.34781314616395964
parsers:
consumption: IE.fetch_consumption
consumptionForecast: IE.fetch_consumption_forecast
consumption: SMARTGRIDDASHBOARD.fetch_consumption
consumptionForecast: SMARTGRIDDASHBOARD.fetch_consumption_forecast
price: ENTSOE.fetch_price
production: IE.fetch_production
productionPerModeForecast: IE.fetch_wind_forecasts
production: SMARTGRIDDASHBOARD.fetch_production
productionPerModeForecast: SMARTGRIDDASHBOARD.fetch_wind_forecasts
generationForecast: SMARTGRIDDASHBOARD.fetch_total_generation
sources:
UNECE 2022:
link: https://unece.org/sites/default/files/2022-04/LCA_3_FINAL%20March%202022.pdf
Expand Down
9 changes: 5 additions & 4 deletions config/zones/IE.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -287,12 +287,13 @@ fallbackZoneMixes:
unknown: 0.004263137731402132
wind: 0.38492285644272295
parsers:
consumption: IE.fetch_consumption
consumptionForecast: IE.fetch_consumption_forecast
consumption: SMARTGRIDDASHBOARD.fetch_consumption
consumptionForecast: SMARTGRIDDASHBOARD.fetch_consumption_forecast
price: ENTSOE.fetch_price
production: IE.fetch_production
production: SMARTGRIDDASHBOARD.fetch_production
productionCapacity: ENTSOE.fetch_production_capacity
productionPerModeForecast: IE.fetch_wind_forecasts
productionPerModeForecast: SMARTGRIDDASHBOARD.fetch_wind_forecasts
generationForecast: SMARTGRIDDASHBOARD.fetch_total_generation
sources:
EU-ETS, ENTSO-E 2021:
link: https://drive.google.com/file/d/15UeUHyhcjVw8fGLc0Zx_HELSx20cw_-e/view?usp=share_link
Expand Down
272 changes: 0 additions & 272 deletions parsers/IE.py

This file was deleted.

Loading
Loading