GRID to GRID draft: Difference between revisions

Content deleted Content added
No edit summary
Line 37:
==Convert==
'''"-conv"'''<br>
Converts betweengrid .tif,formats .ascas andspecified .flt format. For this operationby the output file type is based on the .tif, .asc or -flt operationswitch.<br>
Examples:<br>
*Converts all .flt grids to .tif format.<br>
Line 45:
* Converts an ASC grid to a GeoTIFF with an LZW compression and horizontal predictor, see <u>[[#Creation_Options | Creation Options]]</u>.<br>
:<tt>grid_to_grid.exe -conv -tif DEM_M01.asc -co COMPRESS=LZW -co PREDICTOR=2</tt>
* Converts GeoTIFF to a Cloud Optimised GeoTIFF. Requires <tt>-out</tt> flag since the extension for COG is also '.tif' and therefore the default output file would be the same as the input file.<br>
:<tt>grid_to_grid.exe -conv -cog DEM_M01.tif -out DEM_M01_COG.tif</tt>