QGIS SWMM GeoPackage Create from SWMM inp: Difference between revisions
Content deleted Content added
Created page with "== 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 i..." |
No edit summary |
||
Line 1:
== Introduction ==
This tool
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 a wide-format that does not reuse columns for different purposes).<br>
Some of the tables in the inp file will be combined in the GeoPackage representation. For example, the XSection table is appeneded to the Conduits, Weirs, and Orifices tables and the Losses table is appended to the Conduits table. Combining tables prevents needing to edit multiple tables when new features are added or moved.<br>
Fields usage can be inferred from looking at the SWMM input file documentation.<br>
== Usage ==
Line 11 ⟶ 13:
=== Parameters ===
<ol>
<li>'''
<li>'''CRS for GeoPackage
<li>'''SWMM Tags to ignore during conversion in a comma delimited list:''' '''<font color=red>???</font>'''
<li>'''
</ol>
<br>
[[File:create_from_swmm_inp_dialog.png]]
<br><br>
| |||