GRID to GRID draft: Difference between revisions

Content deleted Content added
Line 94:
==Convert==
'''"-conv"'''<br>
Converts between .flttif, .asc and .ascflt format. For this operation the output file type is based on the input.tif, for an input .asc fileor the output will be in .-flt formatoperation.<br>
Examples:<br>
*Converts all .flt grids to .asctif format.<br>
:<tt>grid_to_grid.exe -conv -tif *.flt</tt>
*Converts the file "DEM_M01DEM.asc" for to.flt format.<br>
:<tt>grid_to_grid.exe -conv DEM_M01-flt DEM.asc</tt>
 
==Maximum==