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
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