ASC to ASC: Difference between revisions

Content deleted Content added
Line 106:
<li><tt>asc_to_asc.exe -fuzzy *_d_Max.flt</tt><br>
Create a fuzzy map from all maximum depth grids in the directory.
==Histogram==
'''"-histogram bins.csv <input grid>"'''<br>
Calculates the number of cells and percentage of cells that fall in each range. Requires and input .csv file containing the bin values.<br>
An example inputs bin file is:<br>
{| align="center" class="wikitable"
 
! style="background-color:#005581; font-weight:bold; color:white;"| Bin
! style="background-color:#005581; font-weight:bold; color:white;" width=50% | Label
|-
|0.25|| Less than 0.25
|-
|0.5|| 0.25 to 0.50
|-
|1.0|| 0.5 to 1.0
|-
|2.0|| 1.0 to 2.0
|-
|3.0|| 2.0 to 3.0
|-
|5.0|| 3.0 to 5.0
|}
 
An example output looks like the below:
{| align="center" class="wikitable"
 
! style="background-color:#005581; font-weight:bold; color:white;"| Bin
! style="background-color:#005581; font-weight:bold; color:white;" width=25% | Label
! style="background-color:#005581; font-weight:bold; color:white;" width=25% | Count
! style="background-color:#005581; font-weight:bold; color:white;" width=25% | Percentage
|-
|0.25|| Less than 0.25 || 986,434 || 58.61
|-
|0.5|| 0.25 to 0.50 || 334,422 || 19.87
|-
|1.0|| 0.5 to 1.0 || 216,449 || 12.86
|-
|2.0|| 1.0 to 2.0 || 118,452 || 7.04
|-
|3.0|| 2.0 to 3.0 || 10,206 || 0.61
|-
|5.0|| 3.0 to 5.0 || 15,998 || 0.95
|-
|Above 5.0|| Above 5.0 || 973 || 0.06
|}
<br>
Example:
<li><tt>asc_to_asc_w64.exe –histogram histogram_bins.csv results_d_Max.asc</tt></li>
 
=Other Options (switches)=