Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Supporting Text classes #58

Closed
13 tasks done
sjib opened this issue Apr 7, 2022 · 1 comment
Closed
13 tasks done

Supporting Text classes #58

sjib opened this issue Apr 7, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@sjib
Copy link
Contributor

sjib commented Apr 7, 2022

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

Export: https://github.com/QGEP/qgepqwat2ili/blob/master/qgepqwat2ili/qgep/export.py

Import: https://github.com/QGEP/qgepqwat2ili/blob/master/qgepqwat2ili/qgep/import_.py

Model_Abwasser: https://github.com/QGEP/qgepqwat2ili/blob/master/qgepqwat2ili/qgep/model_abwasser.py

  • Add abwasserbauwerk_text
    class abwasserbauwerk_text(sia405_baseclass): __tablename__ = "abwasserbauwerk_text" __table_args__ = {"schema": SCHEMA}
  • Add haltung_text
    class haltung_text(sia405_baseclass): __tablename__ = "haltung_text" __table_args__ = {"schema": SCHEMA}
  • Add haltung_text (to support full VSA-DSS)
    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

  • Add wastewater_structure_text
    class file(Base): __tablename__ = "wastewater_structure_text" __table_args__ = {"schema": SCHEMA}
  • Add reach_text
    class file(Base): __tablename__ = "reach_text" __table_args__ = {"schema": SCHEMA}
  • Add catchment_area_text (to support full VSA-DSS)
    class file(Base): __tablename__ = "catchment_area_text" __table_args__ = {"schema": SCHEMA}
@sjib sjib added the enhancement New feature or request label Apr 7, 2022
@sjib
Copy link
Contributor Author

sjib commented Nov 10, 2022

Solved with #73

@sjib sjib closed this as completed Nov 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant