GRID to GRID draft: Difference between revisions
Content deleted Content added
No edit summary |
|||
Line 37:
==Convert==
'''"-conv"'''<br>
Converts
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
:<tt>grid_to_grid.exe -conv -cog DEM_M01.tif -out DEM_M01_COG.tif</tt>
|