TUFLOW to GIS: Difference between revisions

Content deleted Content added
Line 72:
<u>Description:</u> As per example 4, except the the velocity results (-typeV) are processed instead of water level (-typeh).
== Converting to Points ==
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:
* 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>
<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>
 
* Convert maximums to a MapInfo Points file on a regular grid:<br>
<li><tt>TUFLOW_to_GIS.exe -mif -grid2 -b -max M01_5m_003_h.dat</tt></li>
<u>Description:</u> Convert to a MapInfo format ("-mif") on a regular 2m grid ("-grid2"), using batch mode ("-b"), converting the maximums ("-max") for the water level results '''M01_5m_003_h.dat'''.<br>
 
To export either of the above to shapefile format simply replace the "-mif" with "-shp".
* Convert velocity at time 2 hours MapInfo points file, where the results file is in xmdf format:<br>
<li><tt>TUFLOW_to_GIS.exe -mif -b -t2 -typeV M01_5m_003.xmdf</tt></li>
<u>Description:</u> Convert to a MapInfo format ("-mif"), using batch mode ("-b"), at time of 2 hours ("-t2"), converting the velocity output ("-typeV") for the results file '''M01_5m_003.xmdf'''.<br>
 
== Converting to Arrows ==