Classification: UNCLASSIFIED Caveats: NONE Hi all,
I joined this list today. I have a question about using Python bindings with GDAL to get info from a geotiff. What are the functions that I need to obtain coordinate extents of raster data? For example, if I have a rectangular area from Washington, DC with coordinates in UTM format, how would I determine the top-left and lower-right corners? I was unable to find an example in the documentation. Here's a snippet of my code of where I'm at: from osgeo import gdal gdaldata = gdal.Open(gtiff_filename) prj = gdaldata.GetProjection() trfm = gdaldata.GetGeoTransform() Thanks everyone, Jon Classification: UNCLASSIFIED Caveats: NONE
_______________________________________________ gdal-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/gdal-dev
