ASC to ASC: Difference between revisions
Content deleted Content added
No edit summary |
|||
Line 389:
* An SRC grid: a grid listing which source input grid the ranked result value came from (a corresponding .csv file is also written as a legend)<br>
<li><tt>asc_to_asc.exe -statRank5 Q100_30min_*_h.asc</tt><br><br>
==Remap==
'''"-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>
'''"-config <config_file>"''' (optional)<br>
Points to a csv file containing accuracy thresholds and style control options, e.g. symbol, colour and size.<br>
'''"-cpsd<sd>"''' (optional)<br>
The search radius for finding calibration points in meters.<br>
'''"-cpmm<mm>"''' (optional)<br>
The second search radius used to search for maximum and minimum values in meters.<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>
=Other Options (switches)=
| |||