Re: [gdal-dev] Grib2 band to Geo Tiff

2011-01-18 Thread Chaitanya kumar CH
James, You can use the GDALDriver::CreateCopy() method to translate a dataset if you don't plan to perform any reprojection during translation. If you don't need the intermediate geotiff file, you can look at the ogr2ogr.py [0] script to perform the reprojection and translation in one go. [0] htt

[gdal-dev] Grib2 band to Geo Tiff

2011-01-18 Thread manzione
Greetings and thank you for looking at my post, I am converting a Grib2 file into a geo tiff file and then reprojecting it in python. When I reproject the tiff file it states it is "unable to compute a transformation between pixel/line and georeferenced coordinates" for my converted tiff file be