Re: [gdal-dev] ECW writing (was GTiff optimisation)

2011-09-22 Thread Even Rouault
Le jeudi 22 septembre 2011 22:14:40, Jean-Claude Repetto a écrit : > On 09/22/11 19:03, Even Rouault wrote: > >> - gdal_edit reports no error when the parameters are wrong : > >> $ gdal_edit.py -mo KJHJKHJKHJ=GKFLLLMM France.ecw > > > > I see nothing wrong here. It is perfectly valid to assign GKF

Re: [gdal-dev] ECW writing (was GTiff optimisation)

2011-09-22 Thread Jean-Claude Repetto
On 09/22/11 19:03, Even Rouault wrote: - gdal_edit reports no error when the parameters are wrong : $ gdal_edit.py -mo KJHJKHJKHJ=GKFLLLMM France.ecw I see nothing wrong here. It is perfectly valid to assign GKFLLLMM to KJHJKHJKHJ metadata item. gdal_edit.py is meant as being generic, so if th

Re: [gdal-dev] ECW writing (was GTiff optimisation)

2011-09-22 Thread Even Rouault
> - The -tr option doesn't work, or I don't understand how to use it : > $ gdal_edit.py -tr 10 10 France.ecw > Traceback (most recent call last): >File "/usr/share/gdal/samples/gdal_edit.py", line 152, in > sys.exit(gdal_edit(sys.argv)) >File "/usr/share/gdal/samples/gdal_edit.py", li

Re: [gdal-dev] ECW writing (was GTiff optimisation)

2011-09-22 Thread Jean-Claude Repetto
Le 01/09/2011 14:12, Even Rouault a écrit : I've just commited a new changeset. Now the support for updating the header info has been successfully tested on Linux 64bit with 3.3 SDK, Windows 32bit with 3.3 SDK and Windows 32bit with 4.2 Read-Only SDK. At first, I had an issue with 4.2 Read-only

Re: [gdal-dev] ECW writing (was GTiff optimisation)

2011-09-06 Thread Jean-Claude Repetto
Le 06/09/2011 14:12, Even Rouault a écrit : I believe this should be fixed now by http://trac.osgeo.org/gdal/changeset/23067 . The case that was dealt with before was when using ./configure --with-ecw=/the/path/to/install/dir , but not ./configure --with-ecw[=yes] which, I presume, is your use

Re: [gdal-dev] ECW writing (was GTiff optimisation)

2011-09-06 Thread Even Rouault
Selon Jean-Claude Repetto : > Le 05/09/2011 19:24, Even Rouault a écrit : > > > >> If I add the libNCSEcwC.so library, it works: > >> > > I had updated configure.in and configure to include that new dependency. So > try > > ./configure again. > > I had run ./configure, so your changes are not suff

Re: [gdal-dev] ECW writing (was GTiff optimisation)

2011-09-06 Thread Jean-Claude Repetto
Le 05/09/2011 19:24, Even Rouault a écrit : If I add the libNCSEcwC.so library, it works: I had updated configure.in and configure to include that new dependency. So try ./configure again. I had run ./configure, so your changes are not sufficient, or there is another problem. I have noti

Re: [gdal-dev] ECW writing (was GTiff optimisation)

2011-09-05 Thread Even Rouault
> If I add the libNCSEcwC.so library, it works: > I had updated configure.in and configure to include that new dependency. So try ./configure again. ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] ECW writing (was GTiff optimisation)

2011-09-05 Thread Jean-Claude Repetto
Le 01/09/2011 14:12, Even Rouault a écrit : Le jeudi 01 septembre 2011 01:56:04, Pinner, Luke a écrit : Does this apply to the 4.x read-only version of the ERDAS ECW/JP2 SDK as well as the old 3.3 SDK? I've just commited a new changeset. Now the support for updating the header info has been su

Re: [gdal-dev] ECW writing (was GTiff optimisation) [SEC=UNCLASSIFIED]

2011-09-01 Thread Even Rouault
> Le jeudi 01 septembre 2011 01:56:04, Pinner, Luke a écrit : > > Does this apply to the 4.x read-only version of the ERDAS ECW/JP2 SDK as > > well as the old 3.3 SDK? I've just commited a new changeset. Now the support for updating the header info has been successfully tested on Linux 64bit with

Re: [gdal-dev] ECW writing (was GTiff optimisation) [SEC=UNCLASSIFIED]

2011-09-01 Thread Yves Jacolin
Hello, Thanks Even! I did not test it yet, I will see between ecwhed and the python script you wrote. Le jeudi 01 septembre 2011 01:56:04, Pinner, Luke a écrit : > Does this apply to the 4.x read-only version of the ERDAS ECW/JP2 SDK as > well as the old 3.3 SDK? good question :) Y. -- Yves Ja

RE: [gdal-dev] ECW writing (was GTiff optimisation) [SEC=UNCLASSIFIED]

2011-08-31 Thread Pinner, Luke
@lists.osgeo.org Subject: Re: [gdal-dev] ECW writing (was GTiff optimisation) > > But the ecwhdr utility that Jean-Claude mentionned is really what you would > want to use, if you indeed just want to alter the projection info and/or > georeferenced bounds. I thought that there was only a Erda

Re: [gdal-dev] ECW writing (was GTiff optimisation)

2011-08-31 Thread Even Rouault
> > But the ecwhdr utility that Jean-Claude mentionned is really what you would > want to use, if you indeed just want to alter the projection info and/or > georeferenced bounds. I thought that there was only a Erdas utility to > achieve that, cool to see that it can be done with the SDK API. This

Re: [gdal-dev] ECW writing (was GTiff optimisation)

2011-08-31 Thread Even Rouault
Le mercredi 31 août 2011 17:18:35, Yves Jacolin a écrit : > Le mercredi 31 août 2011 14:38:53, Even Rouault a écrit : > > It contains a possible workaround > > (altough you will find it quite ironic if you keep in memory what has > > been said previously in this thread about gdalwarp being slower t