TEKSI wastewater module (project name: TWW) is a selection of tools and a database implementation that allows you to:
- manage and map your sewer network data with all its components in compliance with Swiss standards
- indicate the characteristics of networks objects in the form of attributes such as diameter, material, depth, damages, construction year, etc.
- produce plans and extract statistics from the database such as network values, total length of pipes, identification of future interventions, etc.
- Use TEKSI to do you all of your "Genereller Entwässerungsplanung (GEP)" - either in your community or also in the wastewater association.
- Import & export geodata in compliance with Swiss standards VSA-DSS Release 2020.1
TEKSI wastewater module is a complete open source module based on a PostgreSQL - PostGIS data model compatible with the swiss norm SIA405 AND VSA-DSS. The data are accessed and edited with a dedicated QGIS project. The project is maintained by the TEKSI community
TEKSI is a non profit Swiss association set up to support open source professional GIS projects aiming to ease the management of public infrastructures.
- TEKSI wastewater features
- Quick demo : TO DO
- Installation Guide
- How to contribute
- TEKSI GitHub Home page
- TEKSI Module for drinking water network management (QWAT Project)
- TEKSI Module for District Heating (Pilot project - in development)
You can discover more about TEKSI
TEKSI Wastewater Release 2024.0 is now available!
Migration path from QGEP to TEKSI Wastewater is also established.
-
Open OSGeo4W Shell and run
pip install debugpy
. -
Clone this repository to your local machine.
-
Open QGIS, go to the Environment section in
Settings > Options - System
and add the following custom variables:Apply Variable Value APPEND QGIS_PLUGINPATH {repositoryPath}/plugin APPEND QGIS_PLUGIN_USE_DEBUGGER debugpy -
Install QGIS plugin Plugin Reloader. This will allow you to reload the plugin without restarting QGIS.
-
Follow the prerequisites and Usage (GUI) from https://github.com/wapaAdmin/tww2ag6496/blob/main/docs/en/admin-guide/interlis-io/index.rst
- Ensure prerequisites are met according to the admin guide.
- Install Visual Studio Code and the Python extension.
- Install QGIS LTR
- Install Docker
- Install debugpy by running task
Install dependencies
or runpip install debugpy
in the OSGeo4W Shell on Windows or your python env for qgis. - Launch QGIS with task
Launch QGIS
. - Wait for QGIS to start and open the plugin in QGIS.
- Ensure Developer mode is enabled in the plugin settings. This will start the debug server.
- Attach the debugger with Debug: Start Debugging (F5) with configuration
Python: Remote Attach