ASC to ASC: Difference between revisions

Content deleted Content added
Line 113:
Converts between .flt and .asc format. For this operation the output file type is based on the input, for an input .asc file the output will be in .flt format.<br>
Examples:<br>
<li>*Converts all .flt grids to .asc format.<br>
<ol>
:<tt>asc_to_asc.exe -conv *.flt</tt>
<li>Converts all .flt grids to .asc format.<br>
*Converts the file "DEM_M01.asc" for .flt format.<br>
<tt>asc_to_asc.exe -conv *.flt</tt>
:<litt>Convertsasc_to_asc.exe the-conv file "DEM_M01.asc" for .flt format.<br/tt>
<tt>asc_to_asc.exe -conv DEM_M01.asc</tt>
</ol>
 
==Maximum==