[gdal-dev] Invalid GeoTransform

Frank Warmerdam warmerdam at pobox.com
Wed Dec 12 16:29:45 EST 2007


Chris Howell wrote:
> I've got an NTF file that I am trying to open with GDAL 1.4.4. GDal is 
> currently throwing an invalid Geo Transform (We don't supported skewed 
> datasources). Is there any way using FW tools I can repair this 
> transform to make it more GDAl friendly.

Chris,

It would be helpful to see a gdalinfo report on the problem file.

Generally speaking you can use gdalwarp to transform an image into a
north up, regularly grided image if the source is rotated, skewed, or
defined by control points.  Sometimes as simple as:

   gdalwarp in.ntf out.tif

Best regards,
-- 
---------------------------------------+--------------------------------------
I set the clouds in motion - turn up   | Frank Warmerdam, warmerdam at pobox.com
light and sound - activate the windows | http://pobox.com/~warmerdam
and watch the world go round - Rush    | President OSGeo, http://osgeo.org



More information about the gdal-dev mailing list