Stefan

Results 25 comments of 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) ![vl_code_vsacode](https://user-images.githubusercontent.com/1265865/94247514-893f8f80-ff1d-11ea-95d0-ddb4a8df0d8b.jpg) 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 ![materiaux_eaux_1](https://user-images.githubusercontent.com/1265865/103659787-1bb7ec00-4f6d-11eb-9bc1-641ca8c0bfe9.jpg) ![materiaux_eaux_2](https://user-images.githubusercontent.com/1265865/103659798-1e1a4600-4f6d-11eb-885a-eb9b86263d92.jpg) 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...