TUFLOW to GIS: Difference between revisions
Content deleted Content added
Line 194:
*Compute difference between recorded high water mark (in ArcGIS shp or MapInfo mif format) and modelled maximum flood level:
<li><tt>TUFLOW_to_GIS.exe -cp "CP_File.shp" -typeH -max
<li><tt>TUFLOW_to_GIS.exe -cp "CP_File.mif" -typeH -max
The CP file inputs, flood model result and difference in peak flood level relative to the recorded level is output to a GIS file (eg. '<CP_filename>_<TUFLOW_model_filename>.shp')
[[File: T2G_Longsection_001.PNG|300px]]
*Compute longitudinal profiles of maximum flood level model results. Associate recorded high water marks (in ArcGIS shp or MapInfo mif format) with the profile if the point location is within a defined radius of the longitudinal profile line.
<li><tt>TUFLOW_to_GIS.exe -cp "CP_File.shp" -lp "LP_File.shp" -cpsd100 -lpmd2500 -typeH -max
<li><tt>TUFLOW_to_GIS.exe -cp "CP_File.mif" -lp "LP_File.mif" -cpsd100 -lpmd2500 -typeH -max
The longitude profile results are output to a csv file. The output increment matches the resolution of vertices along the longitudinal profile line. The GIS dataset defines the longitudinal profile chainage at a regular (specified) increment.<br>
[[File: T2G_Longsection_005.PNG|950px]]
[[File: T2G_Longsection_004.PNG|500px]]
</ol>
<br>
| |||