Mistype in last post, geoTransform[3] = xOffset * geoT[4] + yOffset *
geoT[5];  should be:
geoTransform[3] = geoT[3] + xOffset * geoT[4] + yOffset * geoT[5]; 
-- 
View this message in context: 
http://osgeo-org.1803224.n2.nabble.com/GDALSuggestedWarpOutput-returns-negative-infinity-in-padfGeoTransformOut-tp5342514p5368575.html
Sent from the GDAL - Dev mailing list archive at Nabble.com.
_______________________________________________
gdal-dev mailing list
gdal-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to