Skip to content

Commit

Permalink
Merge branch 'features/#1095-mastr-status-quo' into features/#450-add…
Browse files Browse the repository at this point in the history
…-metadata-kh
  • Loading branch information
khelfen committed Mar 17, 2023
2 parents 737c501 + ed342b5 commit 87b712a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/egon/data/datasets/power_plants/pv_rooftop_buildings.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
from egon.data.datasets.electricity_demand_timeseries.hh_buildings import (
OsmBuildingsSynthetic,
)
from egon.data.datasets.power_plants.mastr import infer_voltage_level
from egon.data.datasets.power_plants.mastr_db_classes import EgonPowerPlantsPv
from egon.data.datasets.scenario_capacities import EgonScenarioCapacities
from egon.data.datasets.zensus_vg250 import Vg250Gem
Expand Down Expand Up @@ -2378,4 +2379,4 @@ def pv_rooftop_to_buildings():
all_buildings_gdf = add_bus_ids_sq(all_buildings_gdf)

# export scenario
create_scenario_table(all_buildings_gdf)
create_scenario_table(infer_voltage_level(all_buildings_gdf))

0 comments on commit 87b712a

Please sign in to comment.