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

Constraint and fields length differences between INTERLIS models and database models #91

Open
kandre opened this issue Dec 6, 2022 · 2 comments
Labels
documentation Improvements or additions to documentation

Comments

@kandre
Copy link

kandre commented Dec 6, 2022

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Exact steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots / data
If applicable, add screenshots or data to help explain your problem.

Desktop (please complete the following information):

  • QGEP plugin version
  • QGEP datamodel version
  • QGEP project file version
  • QGIS Version
  • OS

Additional context
Add any other context about the problem here.

@sjib
Copy link
Contributor

sjib commented Mar 3, 2023

Differences:
INTERLIS VSA-KEK 2019 / 2020
Klasse Datei.Objekt: MANDATORY TEXT*16; !! Objekt-ID (OID) des Datensatzes zu dem die Datei gehört

QGEP
Class file.object: varchar 41

@sjib
Copy link
Contributor

sjib commented Apr 19, 2023

class attribute value comment VSA-DSS 2015 VSA-DSS 2020 VSA-KEK 2019 VSA-KEK 2020 Description
file object TEXT*41 needs adaption, needs extra handling for VSA-KEK does not exist does not exist Objekt: MANDATORY TEXT*16 Objekt: MANDATORY TEXT*16; !! Objekt-ID (OID) des Datensatzes zu dem die Datei gehört
maintenance_event identifier TEXT*41 needs extra handling in VSA-DSS export 2015 Bezeichnung: MANDATORY TEXT*20; Bezeichnung: MANDATORY TEXT*41; Bezeichnung: MANDATORY TEXT*41; Bezeichnung: MANDATORY TEXT*41;
maintenance_event result TEXT*255 adapted to VSA-KEK length with delta 1.5.6., needs extra handling in VSA-DSS export 2015 Ergebnis: TEXT*50; Ergebnis: MTEXT*255; Ergebnis: MTEXT*255; Ergebnis: MTEXT*255; !! Resultat oder wichtige Bemerkungen aus Sicht des Bearbeiters
maintenance_event active_zone should be renamed to _active_zone or deleted? Really needed in SWMM export or only causing problems?
maintenance_event base_data unlimited TEXT needs adaption, think about adaption qgep, needs extra handling in VSA-DSS and VSA-KEK Datengrundlage: TEXT*50 Datengrundlage: TEXT*50 Datengrundlage: TEXT*50 Datengrundlage: TEXT*50
maintenance_event data_details TEXT*50 ok Detaildaten: TEXT*50; Detaildaten: TEXT*50; Detaildaten: TEXT*50; Detaildaten: TEXT*50; !! Ort, wo sich weitere Detailinformationen zum Ereignis finden (z.B. Nr. eines Videobandes)

@sjib sjib changed the title [WIP] Constraint and fields length differences between INTERLIS models and database models Constraint and fields length differences between INTERLIS models and database models Apr 19, 2023
@sjib sjib added the documentation Improvements or additions to documentation label Jun 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants