Thank you, Even Rouault-2!
Your comment:
"Or just use the ready-made packages at
http://gisinternals.com/stable.php";
saved me. This is the best way.
--
Sent from: http://osgeo-org.1560.x6.nabble.com/GDAL-Dev-f3742093.html
___
gdal-dev mailing lis
I took the following steps:
1) Download http://download.osgeo.org/gdal/2.3.0/gdal230.zip
2) Unzip to C:\gdal_ecw\gdal-2.3.0
3) Download, unzip and install
https://download.hexagongeospatial.com/downloads/ecw/erdas-ecw-jp2-sdk-v5-0
to C:\Intergraph\ERDAS ECW JPEG 2000 SDK 5.0
4) In C:\gdal_ecw\
Thanks .
I did as you said, but could you explain why I get a different result:
Before:
...
string translateOptions = options + translatedFileName + "--config
GDAL_TIFF_INTERNAL_MASK YES";
var gdalTranslateProc = new ProcessStartInfo
{
Arguments = translateOptions,
FileName = Gda
How to use a bunch:
Dataset image = Gdal.OpenShared(sourceCopy, Access.GA_ReadOnly);
Gdal.wrapper_GDALTranslate(translatedFile, image, options, null, null);
to create a JPEG-compressed TIFF with internal mask from a RGBA dataset (in
C#)?
I'm interested in the C# equivalent of a call *--config
GD
see also
https://github.com/mapbox/rasterio/blob/master/docs/topics/image_options.rst
There is a similar for C#:
*.Env(GDAL_TIFF_INTERNAL_MASK=True)*
?
--
Sent from: http://osgeo-org.1560.x6.nabble.com/GDAL-Dev-f3742093.html
___
gdal-dev mailing lis
see also https://github.com/OSGeo/gdal/issues/689
It seems that it is reproduced on the python, too.
--
Sent from: http://osgeo-org.1560.x6.nabble.com/GDAL-Dev-f3742093.html
___
gdal-dev mailing list
gdal-dev@lists.osgeo.org
https://lists.osgeo.org/ma
see alse https://github.com/OSGeo/gdal/issues/689
It seems that it is reproduced on the python, too.
--
Sent from: http://osgeo-org.1560.x6.nabble.com/GDAL-Dev-f3742093.html
___
gdal-dev mailing list
gdal-dev@lists.osgeo.org
https://lists.osgeo.org/ma
Hi! I was wrong, everything I've tried before does not work. I'm using ะก# and
still could not make it work correctly. Please, tell me what bindings are
required?
--
Sent from: http://osgeo-org.1560.x6.nabble.com/GDAL-Dev-f3742093.html
___
gdal-dev mail
Thank you!
--
Sent from: http://osgeo-org.1560.x6.nabble.com/GDAL-Dev-f3742093.html
___
gdal-dev mailing list
gdal-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/gdal-dev
Maybe it is configurable as Gdal.SetConfigOption("GDAL_TIFF_INTERNAL_MASK",
"YES"); before Gdal.wrapper_GDALTranslate calling?
--
Sent from: http://osgeo-org.1560.x6.nabble.com/GDAL-Dev-f3742093.html
___
gdal-dev mailing list
gdal-dev@lists.osgeo.org
h
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"
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"
12 matches
Mail list logo