QGIS SWMM GeoPackage Create from SWMM inp: Difference between revisions

Content deleted Content added
 
(6 intermediate revisions by the same user not shown)
Line 1:
== 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 needingthe 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.<br>
 
== Usage ==
Line 10:
=== Parameters ===
<ol>
<li>'''SWMM Input File (.inp):''' The SWMM file (.inp) that will be used to create the GeoPackage.
<li>'''CRS for GeoPackage:''' The CRS (Coordinate Reference System) for the output GeoPackage.
<li>'''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.
Line 16:
</ol>
<br>
[[File:create_from_swmm_inp_dialogGeoPackage_Create_From_SWMM_inp_Dialog_b.png]]
<br><br>
 
=== Example ===
<br><br>
{{Video|name=Animation_GPKG_Create_From_INP_01a.mp4|width=1235}}
{{Video|name=Animation_GeoPackage_Create_From_SWMM_inp_01b.mp4|width=1236}}
<br><br>
 
 
{{Tips Navigation
|uplink=[[TUFLOW_QGIS_Plugin#Usage| Back to TUFLOW QGIS Plugin Main Page]]