Skip to content

Commit 92bbf0e

Browse files
committed
current status DP run
1 parent 98044e3 commit 92bbf0e

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

dataprocessing/eGo_data_processing.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def data_processing():
5252

5353
## GRIDDISTRICT
5454
# 'ego_dp_mv_griddistrict.sql', # MV GridDistricts from municipalities and Voronoi cells
55-
'ego_dp_substation_id_to_generator.sql', # Assign Substation ID (subst_id) to Generator (Conventional and Renewable)
55+
# 'ego_dp_substation_id_to_generator.sql', # Assign Substation ID (subst_id) to Generator (Conventional and Renewable)
5656

5757
## LOADAREA
5858
# 'ego_dp_loadarea_landuse.sql', # OSM landuse sectors
@@ -80,13 +80,13 @@ def data_processing():
8080
# 'rea/ego_dp_rea_wpa_per_mvgd.sql', # Wind potential area (WPA)
8181
# 'rea/ego_dp_rea_lattice_per_area_500m.sql', # Prepare 500m lattice
8282
# 'rea/ego_dp_rea_lattice_per_area_50m.sql', # Prepare 50m lattice
83-
# 'rea/ego_dp_rea_setup.sql', # Setup tables for REA
84-
# 'rea/ego_dp_rea_m1.sql', # M1 biomass and solar to OSM agricultural
85-
# 'rea/ego_dp_rea_m2.sql', # M2 wind farms
86-
# 'rea/ego_dp_rea_m3.sql', # M3 wind turbines to WPA
87-
# 'rea/ego_dp_rea_m4.sql', # M4 other and rest
88-
# 'rea/ego_dp_rea_m5.sql', # M5 LV to Loadarea
89-
# 'rea/ego_dp_rea_results.sql', # Results and statistics
83+
'rea/ego_dp_rea_setup.sql', # Setup tables for REA
84+
'rea/ego_dp_rea_m1.sql', # M1 biomass and solar to OSM agricultural
85+
'rea/ego_dp_rea_m2.sql', # M2 wind farms
86+
'rea/ego_dp_rea_m3.sql', # M3 wind turbines to WPA
87+
'rea/ego_dp_rea_m4.sql', # M4 other and rest
88+
'rea/ego_dp_rea_m5.sql', # M5 LV to Loadarea
89+
'rea/ego_dp_rea_results.sql', # Results and statistics
9090

9191
## POWERFLOW
9292

0 commit comments

Comments
 (0)