openego / eGon-data

GNU Affero General Public License v3.0
10 stars 4 forks source link

Features/#1095 mastr status quo #1112

Closed khelfen closed 1 year ago

khelfen commented 1 year ago

Fixes #1095 .

Depends on #1110 and #1099 .

Before merging into dev-branch, please make sure that

JonasJeckstadt commented 1 year ago
Data validation by comparison with literature data (from energy-charts.info): Data Capacity [MW] Literature Capacity [MW] Comment
Biomass 8581 8910
Combustion 82921 76360
GSGK 385 204 Literature Capacity incomplete
Hydro 4784 4940
PV 54273 67440
Rooftop PV 37722 58400
Wind 55623 58050

Attached for each generator type: capacity by district and capacity density by district in 1000 MW/m² (note: unit in the figures is wrong by 1e3). fig_biomass fig_combustion fig_GSGK fig_hydro fig_pv fig_pv_rooftop fig_wind

nesnoj commented 1 year ago

Executing

SELECT
  bus_id,
  sum(capacity)
FROM supply.egon_power_plants_pv
GROUP BY bus_id
ORDER BY bus_id
LIMIT 10;

returns capacity for a bus_id=-1:

image

:thinking:

khelfen commented 1 year ago

Looking at them they all seem to be within the sea and therefore they are not within any grid :sweat_smile: I'll make an issue so that this can be fixed later on

Screenshot at 2023-04-11 07-30-56