[gdal-dev] CPLStat + VSI_REG fails on larger files on Windows

2018-05-21 Thread Martin Landa
Hi, I am having a problem with code in VFK driver checking file by CPLStat + VSI_REG. On larger files (2GB+) this check fails, but only on Windows. The same file works on Linux. Any idea what is wrong? Thanks a lot for any pointer. Martin [1] https://github.com/OSGeo/gdal/blob/master/gdal/ogr/o

Re: [gdal-dev] Using GDalWarp from EPSG:27700 to EPSG:3857 does not create correct image

2018-05-21 Thread Ian Turton
When I load both of them into QGIS they align pretty well, with the output being slightly smaller than the input file. [image: Screenshot from 2018-05-21 16-40-32.png] I suspect this is due to the pixel size changing, but I'm not sure why it is so large as QGis is using GDAL internally to reproj

[gdal-dev] Using GDalWarp from EPSG:27700 to EPSG:3857 does not create correct image

2018-05-21 Thread Ian Hannah
I am using the C# GDAL interfact to create a GeoTiff file ( test.tiff ). This file has the EPSG:27700 projection set within it and a GeoTransform as follows: double[] transform = new double[6]; t