Re: [gdal-dev] How to reproject a geotiff using osgeo gdal python bindings

2011-02-18 Thread Chaitanya kumar CH
Bill, You can use the -tr option in gdalwarp utility[0] to set the resolution of the target raster. You can look at it's code[1]. [0] http://www.gdal.org/gdalwarp.html [1] http://trac.osgeo.org/gdal/browser/trunk/gdal/apps/gdalwarp.cpp On Fri, Feb 18, 2011 at 3:51 AM, William Hudspeth wrote: >

[gdal-dev] How to reproject a geotiff using osgeo gdal python bindings

2011-02-17 Thread William Hudspeth
Hello, I am trying to project a raster in lambert conformal conic projection to geographic dd wgs84. The cell resolution changes between the two, so I don't know what the final grid size is in the geographic raster. Does anyone have any complete examples of opening a geotiff in lambert, and writin