[gdal-dev] GDALTranslateOptions: how to send "--config GDAL_TIFF_INTERNAL_MASK YES"
Dmitriy T.
demonbusov1 at yandex.ru
Tue Jun 19 20:25:32 PDT 2018
How to send the parameter "--config GDAL_TIFF_INTERNAL_MASK YES" as option to
the method Gdal.wrapper_GDALTranslate.
There is an exception if I split it as follows:
"--config GDAL_TIFF_INTERNAL_MASK YES"
or
"--config", "GDAL_TIFF_INTERNAL_MASK YES"
or
"--config", "GDAL_TIFF_INTERNAL_MASK", "YES"
--
Sent from: http://osgeo-org.1560.x6.nabble.com/GDAL-Dev-f3742093.html
More information about the gdal-dev
mailing list