Difference between revisions of "QGIS SWMM Conduits Assign Node Fields"
Line 1: | Line 1: | ||
== Introduction == | == Introduction == | ||
− | This tool gives users the ability to reliably and efficiently assign the | + | 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> | <br> | ||
This tool supports in-place editing if selected in the QGIS processing window. | This tool supports in-place editing if selected in the QGIS processing window. | ||
== Usage == | == Usage == | ||
− | This tool, '''Conduits - Assign node fields''', can be found in the QGIS processing toolbox panel under | + | This tool, '''Conduits - Assign node fields''', 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> | <br> | ||
[[File:open_processing_toolbox.png]]<br> | [[File:open_processing_toolbox.png]]<br> | ||
Line 11: | Line 11: | ||
=== Parameters === | === Parameters === | ||
<ol> | <ol> | ||
− | <li>'''Input Layer:''' The existing conduits layer that will be assigned the 'To Node' and 'From Node' fields. To only update the fields of some of the layers' features, tick on 'Selected features only' | + | <li>'''Input Layer:''' The existing conduits layer that will be assigned the 'To Node' and 'From Node' fields. To only update the fields of some of the layers' features, select the desired ones and tick on 'Selected features only'. |
<li>'''SWMM Node Layers:''' The existing node layers that are snapped to the endpoints of the conduits. | <li>'''SWMM Node Layers:''' The existing node layers that are snapped to the endpoints of the conduits. | ||
<li>'''Conduits:''' Determines the location and filename of the output conduits layer. | <li>'''Conduits:''' Determines the location and filename of the output conduits layer. | ||
</ol> | </ol> | ||
− | '''Note:''' If 'Edit Feature In-Place' is selected, the tool only requires the 'SWMM Node Layers' parameter. Ie. The tool will override the existing conduits file with the updated | + | '''Note:''' If 'Edit Feature In-Place' is selected, the tool only requires the 'SWMM Node Layers' parameter. Ie. The tool will override the existing conduits file with the updated 'To Node' and 'From Node' fields. |
<br><br> | <br><br> | ||
[[File:Assign_Nodes_Dialog.png]] | [[File:Assign_Nodes_Dialog.png]] |
Revision as of 14:31, 3 January 2024
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.
Usage
This tool, Conduits - Assign node fields, 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'.
Parameters
- Input Layer: The existing conduits layer that will be assigned the 'To Node' and 'From Node' fields. To only update the fields of some of the layers' features, select the desired ones and tick on 'Selected features only'.
- SWMM Node Layers: The existing node layers that are snapped to the endpoints of the conduits.
- Conduits: Determines the location and filename of the output conduits layer.
Note: If 'Edit Feature In-Place' is selected, the tool only requires the 'SWMM Node Layers' parameter. Ie. The tool will override 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 |
---|
Back to TUFLOW QGIS Plugin Main Page |