Skip to content

Commit b2b7a9f

Browse files
author
WolfBunke
authored
Update simple_feedin.py
1 parent 1825ed2 commit b2b7a9f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

preprocessing/python_scripts/renpass_gis/simple_feedin/simple_feedin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ def collect_energymap_data():
131131
-------
132132
windgenerator : DataFrame of all wind generators in energy_map
133133
"""
134-
meta.reflect(bind=conn,schema='model_draft',only=['ego_supply_renewable_bneta_full_attribute'])
134+
meta.reflect(bind=conn,schema='model_draft',only=['ego_supply_renewable_bnetza_full_attribute'])
135135
Base = automap_base(metadata=meta)
136136
Base.prepare()
137137

0 commit comments

Comments
 (0)