Difference between revisions of "QGIS SWMM Integrity Make Object Names Unique"

From Tuflow
Jump to navigation Jump to search
Line 10: Line 10:
 
=== Parameters ===
 
=== Parameters ===
 
<ol>
 
<ol>
<li>'''Input SWMM Layer:''' The existing SWMM layer that will be updated. To only update the names of some of the layers' features, select the desired ones and tick on 'Selected features only'.
+
<li>'''Input SWMM Layer:''' The existing SWMM layer that will be updated.  
<li>'''Output Layer:''' Determines the location and filename of the output file. Details on the options are below.  
+
<li>'''Selected features only:''' If feature(s) in the input SWMM layer have been selected using the 'Select Features' tool, this option will become available. If this is checked on, the tool will only update the features that have been selected.
 +
<li>'''Cleaned Objects:''' Determines the location and filename of the output file.  
 
</ol>
 
</ol>
 
<br>
 
<br>
[[File:make_node_names_unique_dialog.png]]
+
[[File:Integrity_Make_Object_Names_Unique_Dialog_a.png]]
 
<br><br>
 
<br><br>
 
:'''Output Options:'''<br>
 
:For each of the following options, the tool will output a new layer and won't override any existing files. <br>
 
<ol>
 
<br>
 
[[File:output_options_a.png]]
 
<br><br>
 
:<li>Create Temporary Layer:
 
:*Creates a temporary scratch layer. This layer will open into the QGIS workspace but it will '''not''' be saved anywhere.
 
:<li>Save to File...:
 
:*The user can navigate to a folder and save the layer to a new GeoPackage Database.
 
:<li>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 new layer will be saved as that name in the GPKG.
 
::[[File:Layer_Name_dialog.png]]
 
</ol>
 
<br>
 
  
 
=== Example ===
 
=== Example ===

Revision as of 16:26, 16 January 2024

Introduction

This tool adds a suffix (.#) to duplicately named SWMM features. SWMM features must be uniquely named to avoid errors when running the simulation.

Usage

This tool, Integrity - Make object names unique, 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 SWMM Layer: The existing SWMM layer that will be updated.
  2. Selected features only: If feature(s) in the input SWMM layer have been selected using the 'Select Features' tool, this option will become available. If this is checked on, the tool will only update the features that have been selected.
  3. Cleaned Objects: Determines the location and filename of the output file.


Integrity Make Object Names Unique Dialog a.png

Example


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