Stefan
Stefan
@kandre I would add the following necessary working steps: 1. extension of qwat datamodel with matching of SIA405 water values with existing values in qwat (SIACodes)  2. INTERLIS Export...
Still an issue https://github.com/moflexch/ili-anwendertreffen/discussions/3#discussioncomment-3031620 - please reopen
- Display all attributes (without model) Could you not check all entries to find out all available attributes first? `` `` ` ` ` ` ` ` ` ` `...
@benoitblanc Does this has a connection with what kind of network simulation software? Does this comply with the SIA405 water datamodel (Hydraulischer_Strang, hydraulischer_Knoten)?
Here the values of SIA405 eau - the official Swiss standard datamodel: There you even have four values: fonte_inconnue, fonte_fonte_grise, fonte_fonte_ductile, fonte_fonte_Ahrens   With https://github.com/qwat/QWAT/issues/307 we might have to...
Just make sure you can still plot and arrange longer names in a map.
There is a value list of different pressurecontrol types: https://github.com/qwat/qwat-data-model/blob/master/value_lists/vl_pressurecontrol_type.sql and https://rawgit.com/qwat/qwat-data-model/master/diagram/qwat_od/tables/pressurecontrol.html for the overview
https://github.com/QGEP/QGEP/issues/741 - see differences qgep / qwat
@varrieta You could try something like this: `INSERT INTO qwat_sys.info( version, description, type, installed_by, installed_on, execution_time, success ) VALUES ( '1.0.0', 'baseline', 'postgres', now(), 1, true );`
There is qwat_sys.upgrades with similar attributes – but in the projects I have this table is emtpy. So I do not know what is it’s role. See https://github.com/QGEP/QGEP/issues/741#issuecomment-1327810992 You might...