Re: [gdal-dev] Tiled geotiffs and blocksize

2010-02-16 Thread Chaitanya kumar CH
Raspaud, Try the options with no space before and after the '=' sign. On Tue, Feb 16, 2010 at 2:57 PM, Raspaud Martin wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi all, > > I’m trying to save geotiff rasters as tiled with custom blocksize. I'm > using the > python interface fo

Re: [gdal-dev] Tiled geotiffs and blocksize

2010-02-16 Thread Raspaud Martin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Raspaud Martin skrev: > Hence I use the following options: > options = ["TILED = YES", "BLOCKXSIZE = 128", "BLOCKYSIZE = 128"] Never mind, one should not use spaces in the options list. Sorry for the noise, Martin -BEGIN PGP SIGNATURE- Versio

[gdal-dev] Tiled geotiffs and blocksize

2010-02-16 Thread Raspaud Martin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all, I’m trying to save geotiff rasters as tiled with custom blocksize. I'm using the python interface for this. Hence I use the following options: options = ["TILED = YES", "BLOCKXSIZE = 128", "BLOCKYSIZE = 128"] that I then pass on to the raste