ASC to ASC: Difference between revisions

Content deleted Content added
Line 71:
==Classify==
Classifies the grid based on the input classifications. The output file is a classified .asc grid. The classification .csv file should have two columns cutoff value and name (in that order). The first line in .csv treated as a header line and ignored. Any values over the greatest cutoff with be outputted to class "above".<br>
{| align="center" class="wikitable"
 
! style="background-color:#005581; font-weight:bold; color:white;"| Cutoff Value
Line 81:
|-
|2.0|| 1.0 to 2.0
|}<br>
 
<li><tt>asc_to_asc.exe -classify classifications.csv results_VMax.asc</tt><br>
Outputs a classified grid, based on the cut off values and names in the "classifications.csv".</li><br>
Line 88 ⟶ 89:
<li><tt>asc_to_asc.exe -RGB -grc -classify depth_classify.csv results_dMax.asc</tt><br>
 
{| align="center" class="wikitable"
 
! style="background-color:#005581; font-weight:bold; color:white;" width=20% | Cutoff Value
Line 101 ⟶ 102:
|-
|2.0|| 1.0 to 2.0 || 0 || 0 || 64
|}<br>
 
In the image below two grids are shown in MapInfo / Vertical Mapper, one is classified without the -grc option and a class number is returned for the grid. The second grid has been created with the -grc option shown, when querying this the label is returned instead.