Re: [gdal-dev] Cannot set simple geotransform

2020-02-05 Thread Jon Morris
That's great to know, thanks both. Really must get on with that upgrade to GDAL 3... Thanks, Jon -Original Message- From: gdal-dev On Behalf Of Even Rouault Sent: 05 February 2020 18:31 To: gdal-dev@lists.osgeo.org Subject: Re: [gdal-dev] Cannot set simple geotransform > It&#

Re: [gdal-dev] Cannot set simple geotransform

2020-02-05 Thread Even Rouault
> It's a known bug. There is some analysis at > https://github.com/mapbox/rasterio/issues/524#issuecomment-156655258. Actually, is a *past* known bug, at least for the GTiff driver From GDAL 2.3.0 news: * make it accept to write SetGeoTransform([0,1,0,0,0,1]) as a ModelTransformationTag, and re

Re: [gdal-dev] Cannot set simple geotransform

2020-02-05 Thread Sean Gillies
Hi Jon, On Wed, Feb 5, 2020 at 10:15 AM Jon Morris wrote: > I've just spent most of the afternoon banging my head against the desk > because it appears that you cannot set a geotransform of (0, 1, 0, 0, 0, > -1). Any other value works fine, but with this particular GT, the change is > not saved

[gdal-dev] Cannot set simple geotransform

2020-02-05 Thread Jon Morris
I've just spent most of the afternoon banging my head against the desk because it appears that you cannot set a geotransform of (0, 1, 0, 0, 0, -1). Any other value works fine, but with this particular GT, the change is not saved when you close the ds. Is this a known issue? I'm using GDAL 2.2.0