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
Copy file name to clipboardExpand all lines: en/admin-guide/interlis-io/index.rst
+105-4Lines changed: 105 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,7 @@ The QGEP plugin will propose to install the Modelbaker plugin automatically. If
62
62
63
63
QGEP Version
64
64
-------------
65
-
The export only supports up-to-date QGEP datamodel (1.6.1 at the time of writing). Ensure your datamodel is fully updated before trying to import/export.
65
+
The export only supports up-to-date QGEP datamodel (1.6.2 at the time of writing). Ensure your datamodel is fully updated before trying to import/export.
66
66
67
67
68
68
Usage (GUI)
@@ -79,10 +79,10 @@ You should now see new `import` and `export` buttons in the QGEP toolbar.
79
79
80
80
.. figure:: images/toolbar.png
81
81
82
-
Export
82
+
Export to INTERLIS
83
83
-------------------------------------------------
84
84
85
-
To export your QGEP data, click on the `export` button. The following dialog will appear.
85
+
To export your QGEP data, click on the `Export to INTERLIS` button. The following dialog will appear.
86
86
87
87
.. figure:: images/export_dialog_new.png
88
88
@@ -115,7 +115,7 @@ Then, confirm the dialog and choose where to save the `.xtf` file.
115
115
116
116
.. note:: Note that remark fields are truncated to 80 characters on INTERLIS Export, as the INTERLIS definition is like this. If you have remark fields with more text then consider to move this data to documentation with the classes "file" and "data_media" so it can be exported to INTERLIS completely where you can add any document, photo or video to a class.
117
117
118
-
INTERLIS export starts with two integrity checks:
118
+
INTERLIS export starts with three integrity checks:
119
119
120
120
1. Integrity check Organisation subclasses
121
121
For VSA-DSS 2015 Export each organisation needs to be related to one of the seven subclasses of organisation (administrative_office, canton, cooperative, municipality, privat, wastewater_association, wastewater_treatment_plant).
@@ -134,6 +134,107 @@ All export models define the identifier attribute as MANDATORY. Therefore the ex
134
134
135
135
You will get a list of missing identifiers per class. Please add an identifier. If you do not have a separte identifier scheme for that class just copy the obj_id.
136
136
137
+
3. Check of missing references to organisation
138
+
Release 2015 has MANDATORY constraints for
139
+
140
+
- wastewater_structure.fk_owner
141
+
- wastewater_structure.fk_operator
142
+
143
+
.. figure:: images/export_check_fk_owner_null.png
144
+
145
+
So you have to pass this check to be able to export your data. The detailed log in the 'qgep' tab gives you more information:
The following references will be needed with release 2020 of VSA-DSS and SIA405 Abwasser. But you only will get hints, that they are missing. But we strongly encourage you to fill in that data, as you will else face problems when doing the INTERLIS - INTERLIS transformation from Release 2015 to 2020.xx with CHECKVSA.
0 commit comments