QGIS SWMM GeoPackage Add Sections: Difference between revisions

From Tuflow
Jump to navigation Jump to search
Content deleted Content added
Line 1: Line 1:
== Introduction ==
== Introduction ==
This tool adds tables representing SWMM sections to an existing GeoPackage. The formatting works with the TUFLOW-SWMM tools for writing SWMM inp files.
This tool adds tables representing SWMM sections to an existing GeoPackage. The formatting works with the TUFLOW-SWMM tools for writing SWMM inp files.
It is recommended to use this tool to create new SWMM sections to eliminate potential future errors when using the other TUFLOW-SWMM tools. <br>
It is recommended to use this tool in conjunction with the <u>[[QGIS_SWMM_GeoPackage_Create |GeoPackage - Create]]</u> processing tool to eliminate potential future errors. <br>
'''Note:''' This tool updates the existing GeoPackage file. If a selected SWMM section already exists in the GeoPackage, the tool replaces it, resulting in the loss of any saved data in that section.
'''Note:''' This tool updates the existing GeoPackage file. If a selected SWMM section already exists in the GeoPackage, the tool replaces it, resulting in the loss of any saved data in that section.
<br>
<br>

Revision as of 10:27, 25 January 2024

Introduction

This tool adds tables representing SWMM sections to an existing GeoPackage. The formatting works with the TUFLOW-SWMM tools for writing SWMM inp files. It is recommended to use this tool in conjunction with the GeoPackage - Create processing tool to eliminate potential future errors.
Note: This tool updates the existing GeoPackage file. If a selected SWMM section already exists in the GeoPackage, the tool replaces it, resulting in the loss of any saved data in that section.

Usage

This tool, GeoPackage - Add sections, 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

  1. GPKG filename modify: The existing GeoPackage to be modified.
  2. CRS for GeoPackage layers: The CRS (Coordinate Reference System) of the existing GeoPackage.
  3. SWMM Sections to add: The SWMM sections to add to the GeoPackage.




Example


Up
Back to TUFLOW QGIS Plugin Main Page