TUFLOW to GIS: Difference between revisions

Content deleted Content added
Line 167:
== Calibration Points and Longitudinal Profiles ==
 
*Compute difference between recorded high water mark (in ArcGIS shape fileshapefile format) and modelled maximum flood level
<li><tt>TUFLOW_to_GIS.exe -cp "CP_File.shp" -typeH -max M01_5m_003.xmdf</tt></li>
 
Line 174:
[[File:T2G_Longsection_001.PNG]]
 
*Compute longitudinal profiles of maximum flood level model results. Associate recorded high water mark (in ArcGIS shape fileshapefile format) with the profile if the point location is within a 100m radius of the longitudinal profile line.
<li><tt>TUFLOW_to_GIS.exe -cp "CP_File.shp" -lp "LP_Fil.shp" -cpsd100 -typeH -max M01_5m_003.xmdf</tt></li>
*Compute longitudinal profiles of maximum flood level model results. Associate recorded high water mark (in mif shape fileshapefile format) with the profile if the point location is within a 100m radius of the longitudinal profile line.
<li><tt>TUFLOW_to_GIS.exe -cp "CP_File.mif" -lp "LP_Fil.mif" -cpsd100 -typeH -max M01_5m_003.xmdf</tt></li>
</ol>