Difference between revisions of "QGIS SWMM Conduits Assign Node Fields"

From Tuflow
Jump to navigation Jump to search
(Created page with "Page for Bo to complete <br> {{Tips Navigation |uplink= Back to TUFLOW QGIS Plugin Main Page }}")
 
Line 1: Line 1:
Page for Bo to complete <br>
+
== Introduction ==
 +
This tool gives users the ability to reliably and efficiently assign the "To Node" and "From Node" fields of a conduits layer. It identifies the nodes snapped to the endpoints of conduits and assigns the "To Node" and "From Node" appropriately.
 +
<br>
 +
This tool supports in-place editing if selected in the QGIS processing window.
 +
 
 +
== Running the Tool ==
 +
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'.<br>
 +
<br>
 +
[[File:open_processing_toolbox.png]]<br>
 +
<br>
 +
=== Parameters ===
 +
<ol>
 +
<li>'''Input Layer:''' The existing conduits layer that will have be assigned the 'To Node' and 'From Node' fields.
 +
<li>'''SWMM Node Layers:''' The existing node layers that are snapped to the endpoints of the conduits.
 +
<li>'''Conduits:''' Determines the output file. For each of the following options, the tool will create a new conduits layer and won't overwrite the existing one.
 +
:*'''Create Temporary Layer:''' Creates a temporary scratch layer.
 +
:*'''Save to File...:''' The user can navigate to a folder and save the updated conduits layer to a new GeoPackage Database.
 +
:*'''Save to GeoPackage...:''' The user can navigate to an existing GeoPackage Database and save the updated conduits layer as a new layer in the GPKG.
 +
:*'''Save to Database Table...:'''
 +
:*'''Append to Layer...:'''
 +
</ol>
 +
 
 +
'''Note:''' If 'Edit Feature In-Place' is selected, the tool only requires the 'SWMM Node Layers' parameter. Ie. The tool will overwite the existing conduits file with the updated "To Node" and "From Node" fields.
 +
 
 +
=== Example ===
 +
Save to an existing GeoPackage:
 +
<br>
 +
{{Video|name=|width=1235}}
 +
<br><br>
 +
Using 'Edit Feature In-Place' tool:
 +
<br>
 +
{{Video|name=|width=1235}}
 +
<br><br>
  
 
{{Tips Navigation
 
{{Tips Navigation
 
|uplink=[[TUFLOW_QGIS_Plugin#Usage| Back to TUFLOW QGIS Plugin Main Page]]
 
|uplink=[[TUFLOW_QGIS_Plugin#Usage| Back to TUFLOW QGIS Plugin Main Page]]
 
}}
 
}}

Revision as of 15:25, 6 December 2023

Introduction

This tool gives users the ability to reliably and efficiently assign the "To Node" and "From Node" fields of a conduits layer. It identifies the nodes snapped to the endpoints of conduits and assigns the "To Node" and "From Node" appropriately.
This tool supports in-place editing if selected in the QGIS processing window.

Running the Tool

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. Input Layer: The existing conduits layer that will have be assigned the 'To Node' and 'From Node' fields.
  2. SWMM Node Layers: The existing node layers that are snapped to the endpoints of the conduits.
  3. Conduits: Determines the output file. For each of the following options, the tool will create a new conduits layer and won't overwrite the existing one.
    • Create Temporary Layer: Creates a temporary scratch layer.
    • Save to File...: The user can navigate to a folder and save the updated conduits layer to a new GeoPackage Database.
    • Save to GeoPackage...: The user can navigate to an existing GeoPackage Database and save the updated conduits layer as a new layer in the GPKG.
    • Save to Database Table...:
    • Append to Layer...:

Note: If 'Edit Feature In-Place' is selected, the tool only requires the 'SWMM Node Layers' parameter. Ie. The tool will overwite the existing conduits file with the updated "To Node" and "From Node" fields.

Example

Save to an existing GeoPackage:



Using 'Edit Feature In-Place' tool:



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