Re: [gdal-dev] pct2rgb.py errors out on large rasters with rgba option

2011-07-17 Thread Even Rouault
Selon jt2000 thak...@nexgenwireless.com: /usr/local/bin/pct2rgb.py -rgba raster.grc convert.tif *Traceback (most recent call last): File /usr/local/bin/pct2rgb.py, line 167, in module dst_data = Numeric.take(band_lookup,src_data) File

[gdal-dev] pct2rgb.py errors out on large rasters with rgba option

2011-07-16 Thread jt2000
/usr/local/bin/pct2rgb.py -rgba raster.grc convert.tif *Traceback (most recent call last): File /usr/local/bin/pct2rgb.py, line 167, in module dst_data = Numeric.take(band_lookup,src_data) File /usr/local/lib/python2.7/site-packages/numpy/core/fromnumeric.py, line 103, in take return

Re: [gdal-dev] pct2rgb.py errors out on large rasters with rgba option

2011-07-16 Thread Frank Warmerdam
Hi, I don't see any obvious reason this would fail in this fashion. I would suggest you try and reproduce this with a very small file with lots of classes and then file a ticket including the data. Best regards, On Sat, Jul 16, 2011 at 2:51 PM, jt2000 thak...@nexgenwireless.com wrote: