ASC to ASC: Difference between revisions

Content deleted Content added
Line 46:
*If three grids are specified, the third grid is used for setting the filename for the output grid. This is ignored if the "-out" option is used.
<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 the example above, but sets the output name as "filtered_levels.asc".</li><br>
 
==Resize==