Re: [gdal-dev] Lost in decimals... geotransform in python 2.7

2018-12-09 Thread Even Rouault
On dimanche 9 décembre 2018 11:42:27 CET Nicolas Cadieux wrote: > Hi, > > I am trying to get the four corners of a raster the size of Canada (very > big therefore decimals count). If I get the geotransform, I get: > > geotransform: (-132.000417, 0.0008334, 0.0, > 53.00041

[gdal-dev] Lost in decimals... geotransform in python 2.7

2018-12-09 Thread Nicolas Cadieux
Hi, I am trying to get the four corners of a raster the size of Canada (very big therefore decimals count).  If I get the geotransform, I get: geotransform: (-132.000417, 0.0008334, 0.0, 53.0004166, 0.0, -0.0008334) In Python 2.7: print (geotransform[0