Difference between revisions of "QGIS SWMM Outfalls Fix Multiply Connected Links"

From Tuflow
Jump to navigation Jump to search
Line 11: Line 11:
 
=== Parameters ===
 
=== Parameters ===
 
<ol>
 
<ol>
<li>'''Input junctions:''' Use the dropdown menu to select the existing junctions layer that will be updated.  
+
<li>'''GeoPackage in TUFLOW-SWMM Format:''' The input GeoPackage file to be updated.
<li>'''Input conduits:''' Select the ... button and tick on the conduits layer that the junctions are snapped to.
+
<li>'''Channel extension length:''' 
<li>'''New outfalls layer:''' Determines the output file. Details on the options are below.
+
<li>'''Channel extension width:'''
 +
<li>'''channel extension maximum depth:'''
 +
<li>'''Channel extension z-offset for new downstream outlet elevation:'''
 +
<li>'''Channel extension roughness coefficient:'''
 +
<li>'''GeoPackage output filename:'''
 
</ol>
 
</ol>
 
<br>
 
<br>
[[File:.png]]
+
[[File:multiply_connected_links_dialog.png]]
<br><br>
 
 
 
'''Output Options:'''<br>
 
For each of the following options, the tool will create a new outfalls layer and won't overwrite the existing one.
 
:'''Create Temporary Layer:'''
 
::*Creates a temporary scratch layer. This layer will open into the QGIS workspace but it will '''not''' be saved anywhere.
 
:'''Save to File...:'''
 
::*The user can navigate to a folder and save the updated outfalls layer to a new GeoPackage Database.
 
:'''Save to GeoPackage...:'''
 
::*The user can navigate to an existing GeoPackage Database. Once selected, a 'Layer Name' dialog will appear. Enter the new layer name, and the updated outfalls layer will be saved as that name in the GPKG.
 
:::[[File:Layer_Name_dialog.png]]
 
:'''Save to Database Table...:'''
 
::*'''<font color=red>???</font>'''
 
:'''Append to Layer...:'''
 
::*'''<font color=red>???</font>'''
 
<br>
 
[[File:.png]]
 
 
<br><br>
 
<br><br>
  

Revision as of 16:41, 13 December 2023

Introduction

This tool creates a conduit extension to eliminate the SWMM error with multiple links connected to the same outfall node. This is a common issue when converting ESTRY models for use in TUFLOW-SWMM. This tool takes an existing GeoPackage file and creates a new GeoPackage file that contains the channel extensions. The newly created extension channel is always an open rectangular channel with the provided attributes. The generated channels may need to be modified to match the real world geometry at the location.

Usage

This tool can be found in the QGIS processing toolbox panel under 'TUFLOW > SWMM'. To open the Processing Toolbox Panel, navigate to 'Processing' in the menubar and select 'Toolbox'.

Open processing toolbox.png

Parameters

  1. GeoPackage in TUFLOW-SWMM Format: The input GeoPackage file to be updated.
  2. Channel extension length:
  3. Channel extension width:
  4. channel extension maximum depth:
  5. Channel extension z-offset for new downstream outlet elevation:
  6. Channel extension roughness coefficient:
  7. GeoPackage output filename:


File:Multiply connected links dialog.png

Example


Up
Go-up.png Back to TUFLOW QGIS Plugin Main Page