TUFLOW to GIS: Difference between revisions
Content deleted Content added
No edit summary |
Anne.Kolega (talk | contribs) m →General Input Switches: i.e. |
||
| (4 intermediate revisions by the same user not shown) | |||
Line 53:
|"-shp"|| The output format will be the shapefile format. This can be opened directly in QGIS and ArcMap (and most GIS software)
|-
|"-vector" or "-arrows"|| The output will contain arrows as polygons to display vector data (
|-
|"-slant<slant factor>"|| Changes the arrow head slant in the vector GIS output above. The default is -slant12 which gives 30 degree arrow head according to the equation ((180/slant)*2)
Line 73:
|"-cd<depth>"|| Sets the cutoff depth for use with -mif or -shp output, this is used when processing the water level and depth outputs. The default is 0.01m (or 0.01ft if the results are in feet).
|-
|"-prec< u >.< d >"|| Sets the output precision for -asc, -mif and -shp options. For example -prec6.3 would output 6 units (or 5 units if number is negative) (
|-
|"-sec"|| Display and enter times in seconds (default = hours).
|-
|"-out<output file name, without file extension>"|| To specify the name of the output files. Extension added based on output format. Note: not applicable when converting multiple outputs (
|-
|"-sgs"|| Suppresses the grid size from the output file name. For example Run_h_g005_max.asc will become Run_h_max.asc
Line 84:
|-
|"-ttf<TT_Factor>" || Scales the thickness of arrow tails (default = 0). It will produce arrows suitable for ArcGIS if TT_factor is non-zero. <br>
+ve value (
-ve value (
|-
|"-vmax<vmax>"|| The max vector magnitude for scaling vector arrow points.Default is no scaling except for _V.dat files which it is 10.
Line 97:
T - 1D Water Level Line triangles<br>
T - 1D Water Level Line triangles<br>
|-
|"-region"||Outputs a region object, for each 2D cell the output value is the cell centre output. Note: only valid with -mif or -shp output.
|}
==XMDF Switches==
Line 232 ⟶ 233:
*<tt>TUFLOW_to_GIS.exe -cp "CP_File.mif" -typeH -max M03_5m_003.xmdf</tt><br>
The CP file inputs, flood model result and difference in peak flood level relative to the recorded level is output to a GIS file (
<br>
[[File: T2G_Longsection_001.PNG|300px]]<br>
<br>
<li>Compute longitudinal profiles of maximum flood level model results. Associate recorded high water marks (in shp or mif format) with the profile if the point location is within a defined radius of the longitudinal profile line.<br>
| |||