Re: [gdal-dev] The GeoTransform Array

2012-11-21 Thread David Strip
On 11/21/2012 5:32 AM, Mateusz Loskot wrote: On 21 November 2012 12:06, Even Rouault wrote: Selon David Strip : The GDAL API tutorial describes this array as: adfGeoTransform[0]/* top left x */ adfGeoTransform[1]/* w-e pixel res

Re: [gdal-dev] The GeoTransform Array

2012-11-21 Thread Mateusz Loskot
On 21 November 2012 12:06, Even Rouault wrote: > Selon David Strip : > >> The GDAL API tutorial describes this array as: >> >> adfGeoTransform[0]/* top left x */ >> adfGeoTransform[1]/* w-e pixel resolution */ >> adfGeoTransform[2]/* rotation, 0 if image is "north up" */ >> adf

Re: [gdal-dev] The GeoTransform Array

2012-11-21 Thread Even Rouault
Selon David Strip : > The GDAL API tutorial describes this array as: > > adfGeoTransform[0]/* top left x */ > adfGeoTransform[1]/* w-e pixel resolution */ > adfGeoTransform[2]/* rotation, 0 if image is "north up" */ > adfGeoTransform[3]/* top left y */ > adfGeoTransform[4]

[gdal-dev] The GeoTransform Array

2012-11-20 Thread David Strip
The GDAL API tutorial describes this array as: adfGeoTransform[0]/* top left x */ adfGeoTransform[1]/* w-e pixel resolution */ adfGeoTransform[2]/* rotation, 0 if image is "north up" */ adfGeoTransform[3]/* top left y */ adfGeoTransform[4]/* rotation, 0 if image is "north up"