We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1825ed2 commit b2b7a9fCopy full SHA for b2b7a9f
1 file changed
preprocessing/python_scripts/renpass_gis/simple_feedin/simple_feedin.py
@@ -131,7 +131,7 @@ def collect_energymap_data():
131
-------
132
windgenerator : DataFrame of all wind generators in energy_map
133
"""
134
- meta.reflect(bind=conn,schema='model_draft',only=['ego_supply_renewable_bneta_full_attribute'])
+ meta.reflect(bind=conn,schema='model_draft',only=['ego_supply_renewable_bnetza_full_attribute'])
135
Base = automap_base(metadata=meta)
136
Base.prepare()
137
0 commit comments