RE: [gdal-dev] get corner coordinates from gdalopen()

2010-04-15 Thread Kralidis,Tom [Ontario]
> -Original Message- > From: gdal-dev-boun...@lists.osgeo.org > [mailto:gdal-dev-boun...@lists.osgeo.org] On Behalf Of achrysochoou > Sent: Thursday, 15 April 2010 12:38 > To: gdal-dev@lists.osgeo.org > Subject: [gdal-dev] get corner coordinates from gdalopen() >

[gdal-dev] get corner coordinates from gdalopen()

2010-04-15 Thread achrysochoou
Hi, I have a geotiff and i am using python to read it. I am trying to extract the corner coordinates and store them in different variables. This is what i have done so far, dataset = gdal.Open(tif_path) print 'zone and Hemisphere are:', dataset.GetProjection()[26]+dataset.GetProjection()[27]+d