Stefan
Stefan
Here the link to the plugin repository: https://github.com/QGEP/qgepplugin
Is this plugin still maintained?
I also get an error when loading the plugin with QGIS 2.8.13 Couldn't load plugin 'qgis-swmm' ImportError: No module named parameters Traceback (most recent call last): File "C:/PROGRA~1/QGIS 2.18.13/apps/qgis/./python\qgis\utils.py", line...
Should be solved with https://github.com/Oslandia/qgis-swmm/pull/19
Solve issue https://github.com/Oslandia/qgis-swmm/issues/15
> 2. Point: If I change the subclass of these records from wwtp_structure to special_structure, then the export works. That is strange! The export matching is absolutely similar for special_structure...
- [ ] Test mit nur einem ARA Bauwerk - [ ] und einer Haltung zusätzlich
for view adaption see https://github.com/QGEP/QGEP/issues/851
``` logger.info("Exporting QGEP.profile_geometry -> ABWASSER.rohrprofil_geometrie, ABWASSER.metaattribute") query = qgep_session.query(QGEP.profile_geometry) ``` https://github.com/QGEP/qgepqwat2ili/blob/ef399256541b380d5f61863f9b5607a6506d09fc/qgepqwat2ili/qgepdss/export.py#L2083 Here we need to add a filter criteria so that the class rohrprofil_geometrie is also selected Similar to e.g....
General concept for filtering needed also for TEKSI wastewater: https://github.com/teksi/wastewater/issues/154