ASC to ASC: Difference between revisions

Content deleted Content added
No edit summary
Line 298:
Example:<br>
<li><tt>asc_to_asc.exe -na 1d_na_storgae_R.shp DEM_1m.flt</tt><br>
 
==Calibration Points==
'''"-cp <cp_file>"'''<br>
For appending the value from a .asc or .flt file to a .mif or .shp file. The cp_file contains points representing locations where results are extracted from TUFLOW. The file format includes two attributes. The first attribute is a numeric field containing the recorded value. The second field is a char(100) text field containing the cp name.<br>
'''"-cpsd<sd>"'''<br>
The search radius for finding calibration points in meters.<br>
'''"-cpmm<mm>"'''<br>
The second search radius used to search for maximum and minimum values.<br>
Example:<br>
<li><tt>asc_to_asc.exe -cp Flood_Marks.MIF -config diff_config.csv -cpsd100 -cpmm50 results_h_Max.asc</tt><br>
 
==Statistics==