Translater Raster Layer misses GDAL translate options

Issue #1364 new
Benjamin Jakimow created an issue

The EnMAP-Box Translate Raster processing algorithm wrap the gdal_translate and adds a lot of helpful options, i.e. a way to keep the metadata information
However, some core functions known from gdal_translate (https://gdal.org/programs/gdal_translate.html#gdal-translate) are missing:

-tr <xres> <yres> which allows to change the output resolution, e.g. in combination with -r average

I think the -tr option is quite relevant and might be implemented in the algorithm dialog. In addition, it would be helpful if other options could be defined at least in a text line, as known from the QGIS gdal translate algorithm).

For completeness, the missing options are listed here:

-scale [src_min src_max [dst_min dst_max]]

-exponent <exp_val>

-unscale

-epo

-eco

-a_srs <srs_def>

-a_coord_epoch <epoch>

-colorinterp_X <red|green|blue|alpha|gray|undefined>

-colorinterp <red|green|blue|alpha|gray|undefined[,red|green|blue|alpha|gray|undefined]*>

-gcp <pixel> <line> <easting> <northing> <elevation>

-sds

-stats

-norat

-noxmp

Comments (0)

  1. Log in to comment