HEC-RAS to TUFLOW: Difference between revisions

Content deleted Content added
Line 21:
 
 
<li><tt>TUFLOW_to_GIS.exe -mifasc -b -max M01_5m_003_h.dat</tt></li>
To output to a points file specify either a MapInfo output with the "-mif" switch or Arc shapefiles output with the "-shp" output. To output at cell corners only:
<u>Description:</u> Convert to a MapInfo3D formatgrid ("-mifasc"), using batch mode ("-b"), converting the maximums ("-max") for the water level results '''M01_5m_003_h.dat'''.<br>
* Convert maximums to a MapInfo Points file at cell corners:<br>
 
<li><tt>TUFLOW_to_GIS.exe -mif -b -max M01_5m_003_h.dat</tt></li>
* Convert to a 3D grid at a specific time:<br>
<u>Description:</u> Convert to a MapInfo format ("-mif"), using batch mode ("-b"), converting the maximums ("-max") for the water level results '''M01_5m_003_h.dat'''.<br>
<li><tt>TUFLOW_to_GIS.exe -asc -b -t3 M01_5m_003_h.dat</tt></li>
<u>Description:</u> As per example 1, except conversion at time 3 hours (-t3) instead of the maximums.<br>