Skip to content

Commit bdd7ccb

Browse files
feat(config): update DK capacity values (#8818)
* update capacity values for DK * delete wind
1 parent 76a4829 commit bdd7ccb

1 file changed

Lines changed: 23 additions & 12 deletions

File tree

config/zones/DK.yaml

Lines changed: 23 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,34 @@ bounding_box:
33
- 54.56229528970156
44
- - 15.15075150751511
55
- 57.75153653611572
6+
capacity:
7+
biomass:
8+
- datetime: '2026-01-01'
9+
source: entsoe.eu
10+
value: 2215.44
11+
coal:
12+
- datetime: '2026-01-01'
13+
source: entsoe.eu
14+
value: 1596.5
15+
gas:
16+
- datetime: '2026-01-01'
17+
source: entsoe.eu
18+
value: 1632.52
19+
oil:
20+
- datetime: '2026-01-01'
21+
source: entsoe.eu
22+
value: 664.98
23+
solar:
24+
- datetime: '2026-01-01'
25+
source: entsoe.eu
26+
value: 3120.16
27+
# the 2026 wind value was too low, so we will not use it
628
center_point:
729
- 9.326908056142866
830
- 56.054311974045376
931
centroid:
1032
- 10.56109427745877
1133
- 55.79013723915708
12-
capacity:
13-
biomass: 2139
14-
coal: 3022
15-
gas: 1568
16-
geothermal: 0
17-
hydro: 5
18-
hydro storage: 0
19-
nuclear: 0
20-
oil: 959
21-
solar: 2322
22-
unknown: 136
23-
wind: 7017
2434
contributors:
2535
- corradio
2636
- Manu1400
@@ -264,6 +274,7 @@ parsers:
264274
consumptionForecast: ENTSOE.fetch_consumption_forecast
265275
generationForecast: ENTSOE.fetch_generation_forecast
266276
production: ENTSOE.fetch_production
277+
productionCapacity: ENTSOE.fetch_production_capacity
267278
productionPerModeForecast: ENTSOE.fetch_wind_solar_forecasts
268279
productionPerModeForecastDayAhead: ENTSOE.fetch_wind_solar_forecasts_day_ahead
269280
productionPerModeForecastIntraday: ENTSOE.fetch_wind_solar_forecasts_intraday

0 commit comments

Comments
 (0)