[gdal-dev] GDALDatasetRasterIO

2016-05-02 Thread Gane R
Looking for function to do fast IO across the two datasets Is GDALDatasetRasterIO already best or any other available. ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] GDALDatasetRasterIO - different results between i386 and amd64

2015-08-16 Thread Even Rouault
On Sunday 16 August 2015 23:14:17 Johan Van de Wauw wrote: > Hello, > > While investigating why one of the unit tests of rasterio fails on i386 > [1], I think that the actual cause is a different result from gdal when > using GDALDatasetRasterIO. > > When opening the test file [2] I get different

[gdal-dev] GDALDatasetRasterIO - different results between i386 and amd64

2015-08-16 Thread Johan Van de Wauw
Hello, While investigating why one of the unit tests of rasterio fails on i386 [1], I think that the actual cause is a different result from gdal when using GDALDatasetRasterIO. When opening the test file [2] I get different results when using i386. I could reproduce this behaviour when using onl