table of contents

Convert between raster formats

You may prefer to work in one type of raster data versus another. Use the gdal_translate command to convert from one raster type to another:

gdal_translate -of GTiff input.grd output.tif

where:

Let's convert our "sf.tif" to "sf.png":

gdal_translate -of PNG sf_4269.tif sf_4269.png