PIL and GeoTIFF

Khalid Zuberi kkzuberi at yahoo.com
Thu Jun 9 14:19:21 EDT 2005


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 willing to go in a bit of a different direction, GDAL 
supports GeoTIFF and includes python bindings:

    http://www.remotesensing.org/gdal/

- kz




More information about the Python-list mailing list