EPA SWMM to TUFLOW: Difference between revisions

Content deleted Content added
Line 27:
<li> The utility requires GIS projection information to correctly translate the spatial information contained in the SWMM file (.inp) to either MapInfo *mif/*mid or ESRI/QGIS *.shp format. This is done by including a Projection file in the working directory. Create one of the following files, saved to the same folder location as the SWMM file (.inp).
<ol>
* *mif/*mid format input requirement: Projection.mif
* *shp format input requirement: Projection.prj
</ol>
The following error message will be produced if projection information is not provided:
ERROR - A Header.prj or Projection.prj file does not exist in folder
<li> Create a batch (*.bat) in the same folder as the SWMM file (.inp). Depending on the GIS output format you desire, use either of the following syntax in the batch file.
<ol>
* *mif/*mid format inputoutput requirementdesired: swmm_to_GIS.exe -mif SWMM.inp
* *shp format inputoutput requirementdesired: swmm_to_GIS.exe -shp SWMM.inp
</ol>
<li> Double left mouse click the created batch file to execute the utility.