[gdal-dev] GDALTranslateOptions: how to send "--config GDAL_TIFF_INTERNAL_MASK YES"
Even Rouault
even.rouault at spatialys.com
Wed Jun 20 02:24:11 PDT 2018
> "--config", "GDAL_TIFF_INTERNAL_MASK", "YES"
This is the correct one.
You didn't specify which language you use. Normally you shouldn't use
Gdal.wrapper_GDALTranslate directly. But if it is C#, perhaps some more work
is needed in the bindings.
If that specific option causes issues, you can also use equivalently
gdal.SetConfigOption("GDAL_TIFF_INTERNAL_MASK", "YES")
Even
--
Spatialys - Geospatial professional services
http://www.spatialys.com
More information about the gdal-dev
mailing list