You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add haltung_text (to support full VSA-DSS) class haltung_text(sia405_baseclass): __tablename__ = "einzugsgebiet_text" __table_args__ = {"schema": SCHEMA}
Adding wastewater_text, reach_text and catchment_area_text to the import / export script
Mapping: https://github.com/QGEP/qgepqwat2ili/blob/master/qgepqwat2ili/qgep/mapping.py
QGEP.wastewater_structure_text: [ABWASSER.abwasserbauwerk_text],
QGEP.reach_text: [ABWASSER.haltung_text]
QGEP.reach_text: [ABWASSER.einzugsgebiet_text]
Export: https://github.com/QGEP/qgepqwat2ili/blob/master/qgepqwat2ili/qgep/export.py
Import: https://github.com/QGEP/qgepqwat2ili/blob/master/qgepqwat2ili/qgep/import_.py
qgepqwat2ili/qgepqwat2ili/qgep/import_.py
Line 156 in ca20959
qgepqwat2ili/qgepqwat2ili/qgep/import_.py
Line 672 in ca20959
Model_Abwasser: https://github.com/QGEP/qgepqwat2ili/blob/master/qgepqwat2ili/qgep/model_abwasser.py
class abwasserbauwerk_text(sia405_baseclass): __tablename__ = "abwasserbauwerk_text" __table_args__ = {"schema": SCHEMA}
class haltung_text(sia405_baseclass): __tablename__ = "haltung_text" __table_args__ = {"schema": SCHEMA}
class haltung_text(sia405_baseclass): __tablename__ = "einzugsgebiet_text" __table_args__ = {"schema": SCHEMA}
Model_QGEP: https://github.com/QGEP/qgepqwat2ili/blob/master/qgepqwat2ili/qgep/model_qgep.py
class file(Base): __tablename__ = "wastewater_structure_text" __table_args__ = {"schema": SCHEMA}
class file(Base): __tablename__ = "reach_text" __table_args__ = {"schema": SCHEMA}
class file(Base): __tablename__ = "catchment_area_text" __table_args__ = {"schema": SCHEMA}
The text was updated successfully, but these errors were encountered: