TUFLOW to GIS: Difference between revisions
Content deleted Content added
No edit summary |
|||
Line 92:
! width=80% | Description
|-
|"-type<output type>"|| Converts the specified output type in an xmdf file. Output types should be specified as per the output type in the .tcf e.g. h (water level), v (velocity), q (unit flow) or d (depth). Output types other than h, v, q and d are not predefined with the -type switch and should be called with -v and/or -s switch.▼
|-▼
|"-s<output id(integer)>"|| Converts the specified scalar dataset in an xmdf file. For example, <tt>-s1</tt> will convert the first scalar dataset. A summary of the available datasets is listed within the DOS window when TUFLOW_to_GIS is preprocessing results. Check <u>[[TUFLOW_to_GIS#XMDF_Dataset_Example | XMDF Dataset Example]]</u>. To keep the DOS window open write "pause" at the end of the processing batch file and remove -b switch.
|-
|"-v<output id(integer)>"|| Converts the specified vector dataset in an xmdf file. For example, <tt>-v1</tt> will convert the first vector dataset. A summary of the available datasets is listed within the DOS window when TUFLOW_to_GIS is preprocessing results. Check <u>[[TUFLOW_to_GIS#XMDF_Dataset_Example | XMDF Dataset Example]]</u>. To keep the DOS window open write "pause" at the end of the processing batch file and remove -b switch.
▲|-
▲|"-type<output type>"|| Converts the specified output type in an xmdf file. Output types should be specified as per the output type in the .tcf e.g. h (water level), v (velocity), q (unit flow) or d (depth). Output types other than h, v, q and d are not predefined with the -type switch and should be called with -v and/or -s switch.
|-
|"-Folder<Folder Name>"|| Converts all datasets within a particular xmdf file. For example, <tt>-Folder"Maximums"</tt> will convert all datasets in the \Maximums\ folder.
Line 104 ⟶ 105:
<tt>-path"M01_5m_001/Maximums/ZAEM1" M01_5m_001.xmdf</tt><br>
|}
===XMDF Dataset Example===▼
For example, to convert the maximum Z1 output from “M01_5m_002_mult.xmdf” the DOS window shows us that this is the fifth scalar dataset and the below command would be used:<br>
<tt>TUFLOW_to_GIS_w64.exe -asc -s5 -max M01_5m_002_mult.xmdf </tt><br>
Another way to extract the same dataset using the -path switch is:<br>
<tt>TUFLOW_to_GIS_w64.exe -asc -path"Maximums/Z1 M01_5m_002_mult.xmdf</tt><br>
[[File: xmdf_dataset_example.png]]<br>▼
<br>▼
==Calibration Point and Longitudinal Profile Switches==
Line 125 ⟶ 134:
|}
▲==XMDF Dataset Example==
▲[[File: xmdf_dataset_example.png]]<br>
▲<br>
=Examples=
| |||