Re: [gdal-dev] bit length overflow in deflate compress

2011-12-29 Thread Ivan Lucena
Even, I comment the DEBUG line on my nmake.local and I recompiled GDAL and the messages are gone. Thanks. > ---Original Message--- > From: Even Rouault > To: gdal-dev@lists.osgeo.org, Ivan Lucena > Subject: Re: [gdal-dev] bit length overflow in deflate compress > Sent: Dec 29 '11

Re: [gdal-dev] bit length overflow in deflate compress

2011-12-29 Thread Even Rouault
Le jeudi 29 décembre 2011 20:15:32, Ivan Lucena a écrit : > Hi there, > > I am getting a lot of messages like that when using deflate compression > (zlib): > > $ gdal_translate input.tif output.tif -co compress=deflate > Input file size is 800, 600 > 0...10...20...30...40...50...60...70...80...90

[gdal-dev] bit length overflow in deflate compress

2011-12-29 Thread Ivan Lucena
Hi there, I am getting a lot of messages like that when using deflate compression (zlib): $ gdal_translate input.tif output.tif -co compress=deflate Input file size is 800, 600 0...10...20...30...40...50...60...70...80...90...100 - done. bit length overflow code 4 bits 5->6 bit length overflow

[gdal-dev] GDAL/OGR 1.9.0RC1

2011-12-29 Thread Frank Warmerdam
Folks, We have not had many problems with the 1.9.0 Betas so I have prepared a final release candidate. I would appreciate it being tested and any problems reported promptly. Soon I will initiate a motion to declare the release candidate the final release and PSC members can vote on that after do

Re: [gdal-dev] DXF to Postgis using ogr2ogr

2011-12-29 Thread Ralf Suhr
Hi Bob, the dxf support in ogr is not complete. I have also some dxf files with blocks that can not imported by ogr. Have you checked http://trac.osgeo.org/gdal/ticket/4369 (block reference to another block). On Mittwoch 28 Dezember 2011 23:18:56 Bob Pawley wrote: > Hi Ralf > > I managed to i