Difference between revisions of "QGIS SWMM Junctions Downstream Junctions to Outfalls"

From Tuflow
Jump to navigation Jump to search
Line 1: Line 1:
 
== Introduction ==
 
== Introduction ==
This tool converts junctions on the downstream side of a network to outfall nodes as required by SWMM. This tool uses the "From node" and "To Node" fields to determine position in the network. Ensure that these fields are populated and up to date.<br>
+
This tool converts junctions on the downstream side of a network to outfall nodes as required by SWMM. An outfall layer with the converted nodes will be created along with a modified junction layer (outfall nodes removed). The contents of these layers needs to be copied into the appropriate layers in the SWMM GeoPackage.<br>
'''Note:''' It is recommended to use the <u>[[QGIS SWMM Conduits Assign Node Fields|Conduits - Assign Node Fields]]</u> tool and the <u>[[QGIS SWMM Integrity Make Node Names Unique|Integrity - Make Node Names Unique]]</u> tool to avoid errors when running the simulation.
+
'''Note:''' This tool relies on the "From Node" and "To Node" fields to determine position in the network. The <u>[[QGIS SWMM Conduits Assign Node Fields|Conduits - Assign node fields]]</u> processing tool will ensure the "From Node" and "To Node" fields are correctly assigned.
 
<br>
 
<br>
  

Revision as of 11:51, 14 December 2023

Introduction

This tool converts junctions on the downstream side of a network to outfall nodes as required by SWMM. An outfall layer with the converted nodes will be created along with a modified junction layer (outfall nodes removed). The contents of these layers needs to be copied into the appropriate layers in the SWMM GeoPackage.
Note: This tool relies on the "From Node" and "To Node" fields to determine position in the network. The Conduits - Assign node fields processing tool will ensure the "From Node" and "To Node" fields are correctly assigned.

Usage

This tool, Junctions - Downstream junctions to outfalls, 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. Input junctions: Use the dropdown menu to select the existing junctions layer that will be updated.
  2. Input conduits: Select the ... button and tick on the conduits layer that the junctions are snapped to.
  3. New outfalls layer: Determines the output file. Details on the options are below.


Downstream junctions to outfalls dialog.png

Output Options:
For each of the following options, the tool will output a new outfalls layer and won't override the existing one.

    Downstream junctions to outfalls output options 2.png

  1. Create Temporary Layer:
    • Creates a temporary scratch layer. This layer will open into the QGIS workspace but it will not be saved anywhere.
  2. Save to File...:
    • The user can navigate to a folder and save the updated outfalls layer to a new GeoPackage Database.
  3. 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.
    Layer Name junction dialog.png
  4. Save to Database Table...:
    • ???
  5. Append to Layer...:
    • ???


Example


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