Re: [gdal-dev] Retrieving pixel corners through Python-gdal

2010-06-30 Thread Monica Buescu
rg] On Behalf Of Monica Buescu > > Sent: Tuesday, 29 June 2010 09:49 > > To: gdal-dev@lists.osgeo.org > > Subject: [gdal-dev] Retrieving pixel corners through Python-gdal > > > > Greetings > > > > I'm a kind of newbie in GDAL specially in Python-GDA

RE: [gdal-dev] Retrieving pixel corners through Python-gdal

2010-06-29 Thread Kralidis,Tom [Ontario]
> -Original Message- > From: gdal-dev-boun...@lists.osgeo.org > [mailto:gdal-dev-boun...@lists.osgeo.org] On Behalf Of Monica Buescu > Sent: Tuesday, 29 June 2010 09:49 > To: gdal-dev@lists.osgeo.org > Subject: [gdal-dev] Retrieving pixel corners through Python-g

[gdal-dev] Retrieving pixel corners through Python-gdal

2010-06-29 Thread Monica Buescu
Greetings I'm a kind of newbie in GDAL specially in Python-GDAL. I'm doing a script to do some minor image processing but I need to retrieve, in a Python Scrpt, coorners coordinates (top-left; bottom-right). Is there any way to retrieve this using gdalpython? Thanks Monica __