Re: [gdal-dev] Problem when creating GeoTiff raster with null origin and unit spacing

2019-03-26 Thread Even Rouault
Cédric, this has been fixed in GDAL 2.3.0 See https://github.com/OSGeo/gdal/blob/master/gdal/NEWS#L911 https://github.com/OSGeo/gdal/commit/b28696a29f7c47ca05ffac57a6792a7d3e745e26 Even -- Spatialys - Geospatial professional services http://www.spatialys.com

[gdal-dev] Problem when creating GeoTiff raster with null origin and unit spacing

2019-03-26 Thread Cédric Traizet
Hello, I am trying to create a raster file with the GeoTiff driver, origin [0,0] and pixel size [1,-1]. To do so I used the GDALDriver::Create(...) method with {0,1,0,0,0,-1} as geotransform. But the created output file has no "Pixel Size" or "Origin" metadata fields, and when I run gdalinfo