ASC to ASC: Difference between revisions

Content deleted Content added
Line 71:
Transforms the values using a simple y = mx + c approach the multiplier (m) is specified with flag '''-trans_m<value>'''. The add value (c)'''-trans_c<value>'''. Only one values is required to be specified.
<li><tt>asc_to_asc.exe -trans_m0.3048 DEM.asc</tt><br>
Multiplies all values by 0.3048.</li><br>
<li><tt>asc_to_asc.exe -trans_m0.3048 -trans_c10 DEM.asc</tt><br>
Multiplies all values by 0.3048 and then adds 10.0.</li><br>