RE: [gdal-dev] (no subject) > GDALSuggestedWarpOutput() only returns the unaltered source geotransform

2009-05-15 Thread Sjur Kolberg
Yes, thanks, Frank. That was it. Or even easier, I simply copied a proj.dll from another location into the directory where my program (and gdal.dll) resides. Is it so that gdal looks for proj.dll without being linked with proj.lib, and without complaining if it's not found? I'll build a gdal

[gdal-dev] GDAL 1.6.1 Released

2009-05-15 Thread Howard Butler
The GDAL team is pleased to announce the release of GDAL 1.6.1 final. GDAL 1.6.1 is the first maintenance release of the 1.6 branch, and it includes fixes for nearly 120 bugs. See the release notes at for more details. - http://download

Re: [gdal-dev] Motion: Promote GDAL 1.6.1 RC2 to final

2009-05-15 Thread Howard Butler
Folks, I declare this motion passed. I will rename the RC2 file and post a message to -announce shortly. Thanks, Howard ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] [ANN] GSDView v. 0.5.9

2009-05-15 Thread Antonio Valentino
Il giorno Fri, 15 May 2009 14:49:52 -0400 Greg Coats ha scritto: > All of my images are color images with 8 bits for Red, 8 bits for > Green, 8 bits for Blue. > You seem to be saying GSDView can display all GDAL supported image > formats, but that GSDView can only display grey scale images.

Re: [gdal-dev] [ANN] GSDView v. 0.5.9

2009-05-15 Thread Antonio Valentino
Il giorno Fri, 15 May 2009 14:25:25 -0400 Greg Coats ha scritto: > Does GSDView support displaying GeoTIFF and GeoJPEG2000 images? > Greg GSDView should be able to open all file formats supported by the local installation of GDAL. Currently it is not able to handle RGB images and raster bands w

[gdal-dev] [ANN] GSDView v. 0.5.9

2009-05-15 Thread Antonio Valentino
Hi list, I'm pleased to announce the availability of GSDView v. 0.5.9. Geo-Spatial Data Viewer (GSDView) is a lightweight viewer for geo-spatial data and products. It is written in python and Qt4 and uses the GDAL library for data access. GSDView is modular and has a simple plug-in architecture.

Re: [gdal-dev] GDALWarp GCP

2009-05-15 Thread Even Rouault
Matt, The symptoms you get are compatible with a common mistake : forgetting to close the output dataset with GDALClose(). Otherwise, if it's a more serious issue, I'd advise you studying carefully the source code of gdalwarp : http://trac.osgeo.org/gdal/browser/trunk/gdal/apps/gdalwarp.cpp (

[gdal-dev] GDALWarp GCP

2009-05-15 Thread Matt Hanson
Hello, I sent the email to the list in April but it's gotten no response.I've since scoured the 'net and the GDAL archives, tried countless number of permutations and every time end up with a blank image. I'm obviously missing something, yet the archives and documentation don't provide any

Re: [gdal-dev] (no subject)

2009-05-15 Thread Frank Warmerdam
Sjur Kolberg wrote: 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 Vi

Re: [gdal-dev] about SetRasterColorInterpretation

2009-05-15 Thread Frank Warmerdam
jor sion wrote: 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, This method is not operat

Re: [gdal-dev] gdalwarp and NOAA L1b

2009-05-15 Thread Markus Neteler
On Fri, May 15, 2009 at 1:46 PM, Andrew Brooks wrote: > On Thu, 14 May 2009 20:21:11 +0100, yehya imam wrote: >> >> 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 > > The error message "Th

Re: [gdal-dev] gdalwarp and NOAA L1b

2009-05-15 Thread Andrew Brooks
On Thu, 14 May 2009 20:21:11 +0100, yehya imam wrote: > > 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 The error message "There is a problem to invert the interpolation matrix" explains