File tree Expand file tree Collapse file tree 15 files changed +0
-256
lines changed Expand file tree Collapse file tree 15 files changed +0
-256
lines changed Original file line number Diff line number Diff line change @@ -518,7 +518,6 @@ parsers:
518518 production : ENTSOE.fetch_production
519519 productionCapacity : ENTSOE.fetch_production_capacity
520520 productionPerModeForecast : DK.fetch_wind_solar_forecasts
521- productionPerUnit : ENTSOE.fetch_production_per_units
522521region : Europe
523522sources :
524523 EU-ETS, ENTSO-E 2021 :
Original file line number Diff line number Diff line change @@ -503,7 +503,6 @@ parsers:
503503 production : ENTSOE.fetch_production
504504 productionCapacity : ENTSOE.fetch_production_capacity
505505 productionPerModeForecast : DK.fetch_wind_solar_forecasts
506- productionPerUnit : ENTSOE.fetch_production_per_units
507506region : Europe
508507sources :
509508 EU-ETS, ENTSO-E 2021 :
Original file line number Diff line number Diff line change @@ -439,7 +439,6 @@ parsers:
439439 production : ENTSOE.fetch_production
440440 productionCapacity : FI.fetch_production_capacity
441441 productionPerModeForecast : ENTSOE.fetch_wind_solar_forecasts
442- productionPerUnit : ENTSOE.fetch_production_per_units
443442region : Europe
444443sources :
445444 EU-ETS, ENTSO-E 2021 :
Original file line number Diff line number Diff line change @@ -576,7 +576,6 @@ parsers:
576576 production : ENTSOE.fetch_production
577577 productionCapacity : ENTSOE.fetch_production_capacity
578578 productionPerModeForecast : ENTSOE.fetch_wind_solar_forecasts
579- productionPerUnit : ENTSOE.fetch_production_per_units
580579region : Europe
581580sources :
582581 EU-ETS, ENTSO-E 2021 :
Original file line number Diff line number Diff line change @@ -293,7 +293,6 @@ parsers:
293293 price : NORDPOOL.fetch_price
294294 production : ENTSOE.fetch_production
295295 productionPerModeForecast : ENTSOE.fetch_wind_solar_forecasts
296- productionPerUnit : ENTSOE.fetch_production_per_units
297296region : Europe
298297sources :
299298 EU-ETS, ENTSO-E 2021 :
Original file line number Diff line number Diff line change @@ -379,7 +379,6 @@ parsers:
379379 price : NORDPOOL.fetch_price
380380 production : ENTSOE.fetch_production
381381 productionPerModeForecast : ENTSOE.fetch_wind_solar_forecasts
382- productionPerUnit : ENTSOE.fetch_production_per_units
383382region : Europe
384383sources :
385384 EU-ETS, ENTSO-E 2021 :
Original file line number Diff line number Diff line change @@ -379,7 +379,6 @@ parsers:
379379 price : NORDPOOL.fetch_price
380380 production : ENTSOE.fetch_production
381381 productionPerModeForecast : ENTSOE.fetch_wind_solar_forecasts
382- productionPerUnit : ENTSOE.fetch_production_per_units
383382region : Europe
384383sources :
385384 EU-ETS, ENTSO-E 2021 :
Original file line number Diff line number Diff line change @@ -364,7 +364,6 @@ parsers:
364364 price : NORDPOOL.fetch_price
365365 production : ENTSOE.fetch_production
366366 productionPerModeForecast : ENTSOE.fetch_wind_solar_forecasts
367- productionPerUnit : ENTSOE.fetch_production_per_units
368367region : Europe
369368sources :
370369 EU-ETS, ENTSO-E 2021 :
Original file line number Diff line number Diff line change @@ -214,6 +214,5 @@ parsers:
214214 production : ENTSOE.fetch_production
215215 productionCapacity : ENTSOE.fetch_production_capacity
216216 productionPerModeForecast : ENTSOE.fetch_wind_solar_forecasts
217- productionPerUnit : ENTSOE.fetch_production_per_units
218217region : Europe
219218timezone : Europe/Belgrade
Original file line number Diff line number Diff line change @@ -102,7 +102,6 @@ class Parsers(ParsersBaseModel):
102102 realtimeLocationalMarginalPrice : str | None
103103 price : str | None
104104 production : str | None
105- productionPerUnit : str | None
106105 productionCapacity : str | None
107106
108107
@@ -117,7 +116,6 @@ class Delays(StrictBaseModel):
117116 price : PositiveInt | None
118117 production : PositiveInt | None
119118 productionPerModeForecast : PositiveInt | None
120- productionPerUnit : PositiveInt | None
121119
122120
123121class Zone (StrictBaseModelWithAlias ):
You can’t perform that action at this time.
0 commit comments