Skip to content

Commit 2d9abac

Browse files
committed
adjust executing python script
1 parent 8015cdf commit 2d9abac

1 file changed

Lines changed: 15 additions & 15 deletions

File tree

dataprocessing/eGo_data_processing.py

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def data_processing():
4747
# 'ego_dp_substation_hvmv.sql', # Abstract HVMV Substations of the high voltage level from OSM
4848
# 'ego_dp_substation_ehv.sql', # Abstract EHV Substations of the extra high voltage level from OSM
4949
# 'ego_dp_substation_otg.sql', # Assign osmTGmod-id to HVMV and EHV substations
50-
# 'ego_dp_substation_hvmv_voronoi.sql', # HVMV Voronoi cells based on HVMV substations
50+
# 'ego_dp_substation_hvmv_voronoi.sql', # HVMV Voronoi cells based on HVMV substations
5151
# 'ego_dp_substation_ehv_voronoi.sql', # EHV Voronoi cells based on EHV substations
5252

5353
## GRIDDISTRICT
@@ -95,23 +95,23 @@ def data_processing():
9595
# 'ego_dp_powerflow_electrical_neighbour.sql', # Create border crossing lines and buses in neighbouring countries
9696
# 'ego_dp_powerflow_fix_ehv_subnetworks.sql', # Fix topological errors in eHV grid
9797
# 'ego_dp_powerflow_grid_future_scenarios.sql', # Copy grid to future scenarios
98-
# 'ego_dp_powerflow_assignment_otgid.sql', # assign otg_id to pp lists
99-
# 'ego_dp_powerflow_assignment_unid.sql', # create a unified_id over all pp (res and conv)
100-
# 'ego_dp_powerflow_create_pp_mview.sql', # create mviews to display power plants per scenario
101-
# 'ego_dp_powerflow_assignment_generator.sql', # Assign generators to corresponding substation (SQ, NEP2035, eGo100)
102-
# 'ego_dp_powerflow_assignment_load.sql', # Assign loads to their corresponding substation (SQ, NEP2035, eGo100)
103-
# 'ego_dp_powerflow_assignment_storage.sql', # Assign storages to their corresponding substation (SQ, NEP 2035, eGo 100)
104-
# 'ego_dp_powerflow_timeseries_generator.sql', # Transfer renpassG!S results into the corresponding powerflow table
105-
# 'ego_dp_powerflow_griddistrict_demand.py', # Demand per MV Griddistrict
106-
# 'ego_dp_powerflow_timeseries_demand.sql', # Insert demand series into corresponding powerflow table (SQ, NEP2035, eGo100)
107-
# 'ego_dp_powerflow_lopf_data.sql', # Set marginal costs for generators and storages
108-
# 'ego_dp_data_check.sql', # Check powerflow data for plausibility
98+
'ego_dp_powerflow_assignment_otgid.sql', # assign otg_id to pp lists
99+
'ego_dp_powerflow_assignment_unid.sql', # create a unified_id over all pp (res and conv)
100+
'ego_dp_powerflow_create_pp_mview.sql', # create mviews to display power plants per scenario
101+
'ego_dp_powerflow_assignment_generator.sql', # Assign generators to corresponding substation (SQ, NEP2035, eGo100)
102+
'ego_dp_powerflow_assignment_load.sql', # Assign loads to their corresponding substation (SQ, NEP2035, eGo100)
103+
'ego_dp_powerflow_assignment_storage.sql', # Assign storages to their corresponding substation (SQ, NEP 2035, eGo 100)
104+
'ego_dp_powerflow_timeseries_generator.sql', # Transfer renpassG!S results into the corresponding powerflow table
105+
'ego_dp_powerflow_griddistrict_demand.py', # Demand per MV Griddistrict
106+
'ego_dp_powerflow_timeseries_demand.sql', # Insert demand series into corresponding powerflow table (SQ, NEP2035, eGo100)
107+
'ego_dp_powerflow_lopf_data.sql', # Set marginal costs for generators and storages
108+
'ego_dp_data_check.sql', # Check powerflow data for plausibility
109109
## POST-PROCESSING
110-
# 'ego_pp_nep2035_grid_variations.sql' # Create extension_tables and insert NEP-data
110+
'ego_pp_nep2035_grid_variations.sql' # Create extension_tables and insert NEP-data
111111

112112
## VERSIONING
113-
# 'ego_dp_versioning.sql', # Versioning
114-
'ego_dp_versioning_mviews.sql' , # Versioning of mviews
113+
'ego_dp_versioning.sql', # Versioning
114+
# 'ego_dp_versioning_mviews.sql' , # Versioning of mviews
115115

116116

117117

0 commit comments

Comments
 (0)