TUFLOW to GIS: Difference between revisions

Content deleted Content added
Line 47:
 
=Examples=
<ol>
Probably the most common use of the TUFLOW_to_GIS utility is to convert a results
== Converting to 3D grids==
Probably the most common use of the TUFLOW_to_GIS utility is to convert athe maximum results to a 3D surface. A number of examples are given below:<br>
* Convert maximums to a 3D grid:<br>
<li><tt>TUFLOW_to_GIS.exe -asc -b -max M01_5m_003_h.dat</tt></li>
<u>Description:</u> Convert to a 3D grid ("-asc"), using batch mode ("-b"), converting the maximums ("-max") for the water level results '''M01_5m_003_h.dat'''.<br>
 
* Convert to a 3D grid at a specific time:<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>
 
* Convert to a 3D grid of specified grid cell size:<br>
<li><tt>TUFLOW_to_GIS.exe -asc -b -grid1 -max M01_5m_003_h.dat</tt></li>
<u>Description:</u> As per example 1, except the raster cell size is specified at 1m instead of being half the 2D cell size.<br>
 
* Convert to a 3D grid from .xmdf file:<br>
<li><tt>TUFLOW_to_GIS.exe -asc -b -typeh -max M01_5m_003.xmdf</tt></li>
<u>Description:</u> As per example 1, output TUFLOW format is .xmdf. The -typeh specifies the '''h'''(water level) output to be converted.
 
<li><tt>TUFLOW_to_GIS.exe -asc -b -typeV -max M01_5m_003.xmdf</tt></li>
<u>Description:</u> As per example 4, except the the velocity results (-typeV) are processed instead of water level (-typeh).
== Converting to Points ==
 
== Converting to Arrows ==
 
</ol>