HEC-RAS to TUFLOW: Difference between revisions

Content deleted Content added
Line 53:
The utility is currently limited to being run using a batch file. To create a batch file, create a new text file in the same location as the sdf file. The name is arbitrary but the file must have the extension ".bat". For example the file name could be "run_sdf_to_GIS.bat". Enter the relevant command syntax to the (refer to the Input Flags table and examples provided below). Double click the batch file in windows explore to execute the model conversion.
 
=== Example Syntax (*.mif output) ===
<u>Description:</u> Convert HEC-RAS sdf data to mif format, trimming cross-section at levee markers (default trim option):<br>
<li><tt>sdf_to_gis.exe -mif hecras_example.sdf</tt></li>
 
<u>Description:</u> Convert HEC-RAS sdf data to shp format, trimming cross-section at levee markers (default trim option):<br>
<li><tt>sdf_to_gis.exe -shp hecras_example.sdf</tt></li>
 
<u>Description:</u> Convert HEC-RAS sdf data to mif format, not trimming cross-section at levee markers:<br>
<li><tt>sdf_to_gis.exe -mif -notrim hecras_example.sdf</tt></li>
 
<u>Note</u> The above listed syntax assumes that the sdf_to_gis.exe, hecras_example.sdf file and associated batch file are located within the same directory. If not the case, absolute filepath referencing will be required. For example:
<li><tt>C:\TUFLOW\Utilities\HECRAS\sdf_to_gis.exe -mif -notrim hecras_example.sdf</tt></li>
<br>
=== Example Syntax (*.shp output) ===
<u>Description:</u> Convert HEC-RAS sdf data to shp format, trimming cross-section at levee markers (default trim option):<br>
<li><tt>sdf_to_gis.exe -shp hecras_example.sdf</tt></li>
 
<u>Description:</u> Convert HEC-RAS sdf data to shp format, not trimming cross-section at levee markers:<br>
Line 71 ⟶ 67:
 
<u>Note</u> The above listed syntax assumes that the sdf_to_gis.exe, hecras_example.sdf file and associated batch file are located within the same directory. If not the case, absolute filepath referencing will be required. For example:
<li><tt>C:\TUFLOW\Utilities\HECRAS\sdf_to_gis.exe -shpmif -notrim hecras_example.sdf</tt></li>
<br>