|
== Converting to Points ==
To output to a points file specify either a MapInfoshapefiles output with the "-mifshp" switch or Arc shapefilesMapInfo output with the "-shpmif" output. To output at cell corners only:
* Convert maximums to a MapInfoshapefile Pointspoints file at cell corners:<br>
<li><tt>TUFLOW_to_GIS.exe -mifb -bshp -max M01_5m_003_h-typeH M01_5m_001.datxmdf</tt></li>
<u>Description:</u> ConvertUsing tobatch a MapInfo formatmode ("-mif"b), usingconvert batchto modea shapefile format ("-b"shp), converting the maximums ("-max") for the water level results '''M01_5m_003_h.dat'''(-typeH).<br>
* Convert maximums to a MapInfoshapefile Pointspoints file on a regular grid:<br>
<li><tt>TUFLOW_to_GIS.exe -mifb -grid2shp -bmax -maxgrid2 M01_5m_003_hM01_5m_001.datxmdf</tt></li>
<u>Description:</u> ConvertUsing tobatch a MapInfo formatmode ("-mif"b), onconvert to a regularshapefile 2m gridformat ("-grid2"shp), usingconverting batchthe modemaximums ("-b"max), convertingon thea maximumsregular 2m grid ("-max"grid2) for the water level results '''M01_5m_003_h.dat'''(-typeH).<br>
To* exportConvert eithervelocity ofat thetime above2 hours to shapefile format simply replace the "-mif" withpoints "-shp".file:<br>
<li><tt>TUFLOW_to_GIS.exe -shp -b - t2shp -typeV M01_5m_003-t2 M01_5m_001.xmdf</tt></li> ▼
* Convert velocity at time 2 hours MapInfo points file, where the results file is in xmdf format:<br>
<u>Description:</u> Convert to a ArcGIS shapefile format ("-shp"), usingUsing batch mode ( "-b "), atconvert timeto ofa 2shapefile hoursformat ( "- t2"shp), converting the velocity output ( "-typeV ") , forat thetime resultsof file2 '''M01_5m_003.xmdf'''hours (-t2).<br> ▼
▲<li><tt>TUFLOW_to_GIS.exe -shp -b -t2 -typeV M01_5m_003.xmdf</tt></li>
▲<u>Description:</u> Convert to a ArcGIS shapefile format ("-shp"), using batch mode ("-b"), at time of 2 hours ("-t2"), converting the velocity output ("-typeV") for the results file '''M01_5m_003.xmdf'''.<br>
* Convert the model topography to MapInfoshapefile points file format:<br>
<li><tt>TUFLOW_to_GIS.exe -mifb -bshp M01_5m_003M01_5m_001.2dm</tt></li>
<u>Description:</u> ConvertUsing tobatch a MapInfo formatmode ("-mif"b), usingconvert batchto modea shapefile format ("-b"shp), converting the model topography from the results file '''M01_5m_003.2dm'''.<br>
== Converting to Arrows ==
|