Raster Format Conversion Using gdal translate: Difference between revisions

Content deleted Content added
Created page with "This page lists useful batch file examples for using gdal_translate.exe. For complete documentation on this tool please visit '''<u>[https://gdal.org/programs/gdal_translate.h..."
 
No edit summary
Line 10:
'''GeoTIFF to ASC'''<br>
:* ''<tt>-co</tt>'': (Creation Option) - output format specific option
:** ''<tt>SIGNIFICANT_DIGITS></tt>'': limits the precision
<pre>gdal_translate.exe -of AAIGrid -co SIGNIFICANT_DIGITS=8 DEM_M01_5m.asc DEM_M01_5m.gpkg</pre>