TUFLOW to GIS: Difference between revisions

Content deleted Content added
Line 132:
Probably the most common use of the TUFLOW_to_GIS utility is to convert the 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 -ascb -basc -max M01_5m_003_h-typeH M01_5m_001.datxmdf</tt></li>
<u>Description:</u> ConvertUsing tobatch a 3D gridmode ("-ascb"), usingconvert batchto modea 3D grid ("-basc"), converting the maximums ("-max") for the water level results '''M01_5m_003_h.dat'''("-typeH").<br>
 
* Convert to a 3D grid at a specific time:<br>
<li><tt>TUFLOW_to_GIS.exe -b -asc -btypeH -t3 M01_5m_003_hM01_5m_001.datxmdf</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 -b -asc -bmax -grid1typeH -maxgrid1 M01_5m_003_hM01_5m_001.datxmdf</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>
 
<li><tt>TUFLOW_to_GIS.exe -asc -b -typeVasc -max M01_5m_003-typeV M01_5m_001.xmdf</tt></li>
* Convert to a 3D grid from .xmdf file:<br>
<u>Description:</u> As per example 41, except the the velocity results (-typeV) are processed instead of water level (-typehtypeH).
<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 ==