ASC to ASC: Difference between revisions

Content deleted Content added
Line 32:
<li><tt>asc_to_asc.exe -cd0.1 depth.asc</tt><br>
Creates a new depth grid only where the depth is greater than 0.1m.</li><br>
<li><tt>asc_to_asc.exe -cd0.1 depth.asc. levels.asc</tt><br>
Creates a new level grid only where the depth is greater than 0.1m.</li><br>
<li><tt>asc_to_asc.exe -cd0.1 -out filtered_levels.asc. depths.asc levels.asc</tt><br>
As per Example above, but sets the output name as "filtered_levels.asc".</li><br>
 
==Resize==
'''"-resize<factor>"'''<br>