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 -- http://mail.python.org/mailman/listinfo/python-list