Re: [gdal-dev] ogr.GeometryTypeToName oddness

2013-04-16 Thread Even Rouault
Le mercredi 17 avril 2013 04:08:02, Mike Toews a écrit : > With the Python module for GDAL 1.9.2 for Python 2.7, Windows 64-bit, > downloaded from http://www.lfd.uci.edu/~gohlke/pythonlibs/#gdal I see > this oddness: > > from osgeo import ogr > for name in dir(ogr): > if name.startswith('wkb')

[gdal-dev] ogr.GeometryTypeToName oddness

2013-04-16 Thread Mike Toews
With the Python module for GDAL 1.9.2 for Python 2.7, Windows 64-bit, downloaded from http://www.lfd.uci.edu/~gohlke/pythonlibs/#gdal I see this oddness: from osgeo import ogr for name in dir(ogr): if name.startswith('wkb'): i = getattr(ogr, name) print('%s : %d : %r' % (name,

Re: [gdal-dev] TIFFMergeFieldInfo error when adding overviews to large tiff

2013-04-16 Thread Eli Adam
On Tue, Apr 16, 2013 at 2:11 PM, Even Rouault wrote: > I've investigated a bit and I've discovered that while computing overviews, > libtiff constantly switches from TIFF "directories" (main image, first > overview,second overview, etc...). While doing this, it calls each time client > code to ins

Re: [gdal-dev] Convert and make ecw transparent - Part 2

2013-04-16 Thread Even Rouault
Le mardi 16 avril 2013 23:09:51, Paul Meems a écrit : > Hi All, > > I'm still working on my process to make my ecw ready for GeoServer and > enable transparency. > I've written about it before and got some valuable feedback that allowed me > to convert my first ecw. > I now have a second ecw that

Re: [gdal-dev] TIFFMergeFieldInfo error when adding overviews to large tiff

2013-04-16 Thread Even Rouault
Le mardi 16 avril 2013 22:07:52, Eli Adam a écrit : > Even, > > Thanks for checking into this and the ideas. I've investigated a bit and I've discovered that while computing overviews, libtiff constantly switches from TIFF "directories" (main image, first overview,second overview, etc...). Whil

[gdal-dev] Convert and make ecw transparent - Part 2

2013-04-16 Thread Paul Meems
Hi All, I'm still working on my process to make my ecw ready for GeoServer and enable transparency. I've written about it before and got some valuable feedback that allowed me to convert my first ecw. I now have a second ecw that doesn't work properly with my first steps. For this ecw the resultin

Re: [gdal-dev] TIFFMergeFieldInfo error when adding overviews to large tiff

2013-04-16 Thread Eli Adam
Even, Thanks for checking into this and the ideas. Eli On Tue, Apr 16, 2013 at 10:18 AM, Even Rouault wrote: > Le lundi 15 avril 2013 23:47:33, Eli Adam a écrit : >> Hi all, >> >> I'm adding internal overviews to a ~20G tiff file and I get this error >> (1000+ times): >> gdaladdo topo_mosaic_43

Re: [gdal-dev] Motion: Promote 1.10.0RC2 for release

2013-04-16 Thread Frank Warmerdam
On Tue, Apr 16, 2013 at 10:39 AM, Even Rouault wrote: > Motion: GDAL/OGR 1.10.0RC2 is promoted to be the official 1.10.0 final > release. > > --- > > No issue has been specifically reported on RC2 so far, so I invite PSC > members > to vote on this motion after doing your own testing and validati

[gdal-dev] Motion: Promote 1.10.0RC2 for release

2013-04-16 Thread Even Rouault
Motion: GDAL/OGR 1.10.0RC2 is promoted to be the official 1.10.0 final release. --- No issue has been specifically reported on RC2 so far, so I invite PSC members to vote on this motion after doing your own testing and validation. Input from everyone else who can test it is also very welcome.

Re: [gdal-dev] TIFFMergeFieldInfo error when adding overviews to large tiff

2013-04-16 Thread Even Rouault
Le lundi 15 avril 2013 23:47:33, Eli Adam a écrit : > Hi all, > > I'm adding internal overviews to a ~20G tiff file and I get this error > (1000+ times): > gdaladdo topo_mosaic_4326.tif 2 4 8 16 32 64 128 256 512 1024 --config > COMPRESS_OVERVIEW PACKBITS > ERROR 1: topo_mosaic_4326.tif:Failed to