Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This is a basic tool performing data conversion between formats. This tool can be used to greatly enhance the number of supported formats in SNAP, at both the reading and writing level.

A basic call converting any of the available format to GeoTIFF is

gdal_translate -of GTiff -co "TILED=YES" input.anything output.tif

 

gdal_

...

gdal_rasterizerasterize

takes an input vector file and outputs a raster file.

A subset of the functionnalities of this tool is available in OTB with the Rasterization tool. Wrapping the OTB tool might be easier as the interfacing will be close to the other OTB tool.

 

gdal_polygonize

documentation

 

gdal_fillnodata

documentation

 

gdal_sieve

documentation