Re: [gdal-dev] Gdalinfo does not print into file on Windows

2013-11-22 Thread Antonio Falciano
Il 18/09/2013 01:34, lpinner ha scritto: Disabling the ECW plugin also enables setting a non-zero exit code (http://trac.osgeo.org/gdal/ticket/4830) Hi all, it seems that this issue disappears updating to ECW 5.0 SDK, as Tamas Szekeres suggests in this ticket [1]. I've discovered it doing some

Re: [gdal-dev] Gdalinfo does not print into file on Windows

2013-09-17 Thread Andre Joost
Am 17.09.2013 17:02, schrieb Even Rouault: Hi Jukka, This reminds me a lot the following ticket : http://trac.osgeo.org/gdal/ticket/5128 Could you confirm that the analysis done (i.e. the cause of the problem would be the ECW plugin) also applies to you ? I'm not sure if you must completely uni

Re: [gdal-dev] Gdalinfo does not print into file on Windows

2013-09-17 Thread lpinner
Yes, redirection and exit code setting works when the gdal_ECW_JP2ECW.dll is built against ECW/JP2 v.5.0 SDK (didn't test v.4x). Luke -- View this message in context: http://osgeo-org.1560.x6.nabble.com/gdal-dev-Gdalinfo-does-not-print-into-file-on-Windows-tp5078239p5078379.html Sent fro

Re: [gdal-dev] Gdalinfo does not print into file on Windows

2013-09-17 Thread Even Rouault
Selon Andre Joost : > Am 17.09.2013 17:02, schrieb Even Rouault: > > Hi Jukka, > > > > This reminds me a lot the following ticket : > > http://trac.osgeo.org/gdal/ticket/5128 > > > > Could you confirm that the analysis done (i.e. the cause of the problem > would be > > the ECW plugin) also applies

Re: [gdal-dev] Gdalinfo does not print into file on Windows

2013-09-17 Thread lpinner
Disabling the ECW plugin also enables setting a non-zero exit code (http://trac.osgeo.org/gdal/ticket/4830) Luke -- View this message in context: http://osgeo-org.1560.x6.nabble.com/gdal-dev-Gdalinfo-does-not-print-into-file-on-Windows-tp5078239p5078377.html Sent from the GDAL - Dev mailing

Re: [gdal-dev] Gdalinfo does not print into file on Windows

2013-09-17 Thread Rahkonen Jukka
Hi, Yes, it is the same issue. After removing the plugin "gdal_ECW_JP2ECW" the output can be directed into file. Setting GDAL_SKIP=ECW did not help. -Jukka- Even Rouault wrote: > Hi Jukka, > This reminds me a lot the following ticket : > http://trac.osg

Re: [gdal-dev] Gdalinfo does not print into file on Windows

2013-09-17 Thread Even Rouault
Hi Jukka, This reminds me a lot the following ticket : http://trac.osgeo.org/gdal/ticket/5128 Could you confirm that the analysis done (i.e. the cause of the problem would be the ECW plugin) also applies to you ? I'm not sure if you must completely uninstall (or rename) the gdal_ECW.dll, or if sp

Re: [gdal-dev] Gdalinfo does not print into file on Windows

2013-09-17 Thread Kyle Shannon
On 09/17/2013 05:07 AM, Jukka Rahkonen wrote: Hi, I noticed that gdalinfo and gdallocationinfo tools do not print into file with command gdalinfo test.tif >report.txt The file report.txt is created but it remains empty. With ogrinfo printing into file goes well. I also had a try with some old F

[gdal-dev] Gdalinfo does not print into file on Windows

2013-09-17 Thread Jukka Rahkonen
Hi, I noticed that gdalinfo and gdallocationinfo tools do not print into file with command gdalinfo test.tif >report.txt The file report.txt is created but it remains empty. With ogrinfo printing into file goes well. I also had a try with some old FWTools and with that I could redirect also gdali