Re: [gdal-dev] 1.9 Release Process

2011-12-17 Thread Pirmin Kalberer
Am Freitag, 16. Dezember 2011, 21.04:13 schrieb Even Rouault: > Le vendredi 16 décembre 2011 15:48:30, Pirmin Kalberer a écrit : > > Hi Frank, all > > > > Am Mittwoch, 14. Dezember 2011, um 08.31:22 schrieb Frank Warmerdam: > > > Folks, > > > > > > I would like to have a GDAL/OGR 1.9 release by t

Re: [gdal-dev] Bug in GDALGetRasterSampleOverview

2011-12-17 Thread Frank Warmerdam
On 11-12-17 04:38 AM, Marian Krivos wrote: Hello, current implementation of GDALGetRasterSampleOverview() don't work properly for big rasters over 2GB because of integer overflow. Marian, I mildly dispute this. It is just that you can't express a desire to find an overview with more than 2 b

Re: [gdal-dev] Bug in GDALGetRasterSampleOverview

2011-12-17 Thread Mateusz Łoskot
On 17 December 2011 11:57, Even Rouault wrote: > Le samedi 17 décembre 2011 13:38:16, Marian Krivos a écrit : >> Hello, >> >> current implementation of GDALGetRasterSampleOverview() don't work >> properly for big rasters >> over 2GB because of integer overflow. >> >> Solutions is replace int for u

Re: [gdal-dev] Bug in GDALGetRasterSampleOverview

2011-12-17 Thread Even Rouault
Le samedi 17 décembre 2011 13:38:16, Marian Krivos a écrit : > Hello, > > current implementation of GDALGetRasterSampleOverview() don't work > properly for big rasters > over 2GB because of integer overflow. > > Solutions is replace int for unsigned long at the price of API/ABI broke. Something

[gdal-dev] Bug in GDALGetRasterSampleOverview

2011-12-17 Thread Marian Krivos
Hello, current implementation of GDALGetRasterSampleOverview() don't work properly for big rasters over 2GB because of integer overflow. Solutions is replace int for unsigned long at the price of API/ABI broke. best regards Marian Krivos ___ gdal-dev m

Re: [gdal-dev] Warping without shear

2011-12-17 Thread Jan Hartmann
Ah, Mirone is a Matlab based graphical interface to Gdal, that uses Matlab routines for warping in addition to Gdal. What I am looking for is a command-line tool to warp an image without any shearing. Ideally in the form of an option to Gdal. Is this possible, or can it be made? It wouldn't be