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')
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,
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
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
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
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
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
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
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.
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
10 matches
Mail list logo