[gdal-dev] about SetRasterColorInterpretation

2009-05-14 Thread jor sion
Hi, I used the the SetRasterColorInterpretation() method to modified the ColorInterpretation of a band, but it failed. so SetRasterColorInterpretation() doesn't work? If I want to modify the ColorInterpretation of a band, what should I do? -- JoSn __

Re: [gdal-dev] (no subject)

2009-05-14 Thread Even Rouault
I've not reviewed closely your code, but I'd suggest you to study the source code for gdalwarp, that probably contains the missing bit. I think you should probably try using GDALCreateGenImgProjTransformer2() instead of GDALCreateGenImgProjTransformer(). That's what gdalwarp.cpp does... http:/

[gdal-dev] (no subject)

2009-05-14 Thread Sjur Kolberg
Hello, GDAL list; Can anyone suggest what prevents the following GDALSuggestedWarpOutput from calculating an approximate geotransform? The resulting suggested GeoTransform is just a copy of the original GeoTransform. Version is GDAL 1.6.0beta1 under Windows XP, I use Visual Studio 2005, th

[gdal-dev] gdalwarp and NOAA L1b

2009-05-14 Thread yehya imam
Dear GDAL'ers, I've downloaded AVHRR L1b images from NOAA CLASS. I'm trying to rectify the images via gdalwarp -tps. The output is obviously erroneous as per gdalinfo (also tried to open image in GRASS). I would appreciate your help in resolving this issue. Alternatively, could you please recom

Re: [gdal-dev] My introduction as GSoC 09 student

2009-05-14 Thread Tamas Szekeres
2009/5/14 Jorge Arévalo > Hello everybody, > > I'm one of the students selected for the GSoC 09 - GDAL projects. > Specifically, I'm going to work on the PostGIS / WKT Raster driver > implementation (http://trac.osgeo.org/gdal/wiki/SummerOfCode). > > During last year, I've been working with GDAL