Re: PIL and GeoTIFF

2005-06-09 Thread Matt Feinstein
On Thu, 09 Jun 2005 14:19:21 -0400, Khalid Zuberi <[EMAIL PROTECTED]> wrote: >If you are willing to go in a bit of a different direction, GDAL >supports GeoTIFF and includes python bindings: > >http://www.remotesensing.org/gdal/ Looks interesting, but kinda heavy-duty for my purposes. If a c

Re: PIL and GeoTIFF

2005-06-09 Thread Khalid Zuberi
Matt Feinstein wrote: > Hi all-- > > I've succeeded in using the PIL (Python Imaging Library) to read a > simple GeoTIFF file and to extract data from the file's GeoTIFF key-- > but I'd also like to write GeoTIFFs, and there doesn't appear to be a > one-step way of doing that. > If you are will

PIL and GeoTIFF

2005-06-09 Thread Matt Feinstein
Hi all-- I've succeeded in using the PIL (Python Imaging Library) to read a simple GeoTIFF file and to extract data from the file's GeoTIFF key-- but I'd also like to write GeoTIFFs, and there doesn't appear to be a one-step way of doing that. I suspect, first, that -writing- a GeoTIFF file with