On 2 November 2010 15:54, Bishwarup Banerjee <[email protected]> wrote: > Can any body help me to get and set projection parameters for raster files? > > I am doing some map calculation using PIL and the data is lossing > projection, so want to re project the raster files. > > The language I am using is Python on windows platform..
You might have some luck using the Python bindings to GDAL (http://www.gdal.org/, http://trac.osgeo.org/gdal/wiki/GdalOgrInPython) Cheers, Scott
