QGIS SWMM GeoPackage Create from SWMM inp

From Tuflow
Jump to navigation Jump to search

Introduction

This tool converts a SWMM input file (.inp) to a GeoPackage file (.gpkg) that can be visualized and edited within GIS. For most tables, the GeoPackage file is a simple conversion of the SWMM tables. For tables that have columns with multiple options, each of the options has its own column (it is in a wide format that does not reuse columns for different purposes). Some of the tables in the inp file will be combined in the GeoPackage representation. For example, the XSection table is appended to the Conduits, Weirs, and Orifices tables, and the Losses table is appended to the Conduits table. Combining tables prevents the need to edit multiple tables when new features are added or moved. Fields usage can be inferred from looking at the SWMM input file documentation.

Usage

This tool, GeoPackage - Create from SWMM inp, 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. SWMM Input File (inp): The SWMM file (.inp) that will be used to create the GeoPackage.
  2. CRS for GeoPackage: The CRS (Coordinate Reference System) for the output GeoPackage.
  3. SWMM Tags to ignore during conversion in a comma delimited list: The SWMM tags to be skipped during the conversion. The tool will exclude (skip) the features in the SWMM inp file with the listed tags.
  4. GeoPackage output filename: Determines the location and filename of the output GeoPackage.


GeoPackage Create From SWMM inp Dialog b.png

Example



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