View Results in SAGA: Difference between revisions

Content deleted Content added
m Protected "View Results in SAGA": High traffic page ([edit=sysop] (indefinite) [move=sysop] (indefinite))
No edit summary
Line 14:
<tt><font color="grey">REM Any text following "REM" is treated as a remark or comment.<br>
REM Process the maximums for water level, depth and velocity.<br></font>
C:\TUFLOW\Utilities\TUFLOW_to_GIS.exe -b -asc -max M01_5m_003_hM01_5m_002_h.dat<br>
C:\TUFLOW\Utilities\TUFLOW_to_GIS.exe -b -asc -max M01_5m_003_VM01_5m_002_V.dat<br>
C:\TUFLOW\Utilities\TUFLOW_to_GIS.exe -b -asc -max M01_5m_003_dM01_5m_002_d.dat<br>
<font color="grey">REM Process the depths at times 1, 2 and 3 hours.</font><br>
C:\TUFLOW\Utilities\TUFLOW_to_GIS.exe -b -asc -t1 M01_5m_003_dM01_5m_002_d.dat<br>
C:\TUFLOW\Utilities\TUFLOW_to_GIS.exe -b -asc -t2 M01_5m_003_dM01_5m_002_d.dat<br>
C:\TUFLOW\Utilities\TUFLOW_to_GIS.exe -b -asc -t3 M01_5m_003_dM01_5m_002_d.dat<br>
<font color="grey">REM Process the velocity vectors at times 1, 2 and 3 hours.</font><br>
C:\TUFLOW\Utilities\TUFLOW_to_GIS.exe -b -shp -vector -t1 M01_5m_003_VM01_5m_002_V.dat<br>
C:\TUFLOW\Utilities\TUFLOW_to_GIS.exe -b -shp -vector -t2 M01_5m_003_VM01_5m_002_V.dat<br>
C:\TUFLOW\Utilities\TUFLOW_to_GIS.exe -b -shp -vector -t3 M01_5m_003_VM01_5m_002_V.dat<br>
Pause <font color="grey">REM this keeps the Command Window open after processing</font>
</tt></li>
Line 46:
[[File:Tute M01 Res Grids Saga2.png|frame|none]]
<li>The above to steps need to be repeated for each of the 6 grids created above.</li>
<li>The vector files can simply be opened using the ''Load'' dialogue in SAGA. Open the '''M01_5m_003_V____1M01_5m_002_V____1.00(v)_R.shp''', '''M01_5m_003_V____2M01_5m_002_V____2.00(v)_R.shp''' and '''M01_5m_003_V____3M01_5m_002_V____3.00(v)_R.shp''' files.</li>
'''Tip:''' Multiple files can be opened at the same time using the shift and/or control keys. Only the .shp extensions need to be loaded, the remainder are automatically opened.
[[File:Tute M01 SAGA Open Res Files.png|frame|none]]
 
<li>In the ''Data'' tab of the Workspace Window, select the '''M01_5m_003_d_g002M01_5m_002_d_g002.50____1.00''' and the '''M01_5m_003_V____1M01_5m_002_V____1.00(v)_R''' items, right click on one of these and select ''Show''. When prompted, select add layer to ''New Map''</li>
[[File:Tute M01 SAGA View Res at t1.png|frame|none]]
This will create a new map with the depth grid at time 1 hour ('''M01_5m_003_d_g002M01_5m_002_d_g002.50____1.00''') and the velocity vectors at time 1 hour ('''M01_5m_003_V____1M01_5m_002_V____1.00(v)_R'''). The map window should now look something like the image below:
[[File:Tute M01 SAGA Res at t1.png|frame|none]]
<li>To view the other timesteps that were converted (at times 2 and 3 hours) repeat the above steps.</li>
<li>We will next look at the maximum water level results. In the data window double click on the '''M01_5m_003_d_g002M01_5m_002_d_g002.50_Max''' (or right click and select show) and create a new map window.</li>