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
_______________________________________________
gdal-dev mailing list
[email protected]
https://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to