<div dir="ltr"><div><div><div><div>Thanks Even!<br><br></div>That's exactly what I was looking for and I just have one question about it.<br></div>GDAL documentation states: "Due to imprecision in the calculations the fit algorithm will often 
return non-zero rotational coefficients even if given perfectly 
non-rotated inputs"<br><br></div>Is there a way to use a more precise algorithm? It's not a requirement by now since this program is in development but at some point I'll need to count with the maximum possible precision to make it work in a production release. <br><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Aug 14, 2015 at 1:22 PM, Even Rouault <span dir="ltr"><<a href="mailto:even.rouault@spatialys.com" target="_blank">even.rouault@spatialys.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class=""><br>
> Instead of warping the image, you could compute a geotransformation matrix<br>
> that would include rotational terms with GDALGCPsToGeoTransform()<br>
><br>
> <a href="http://www.gdal.org/gdal_8h.html#ae44b32f08d61072dddbdd30ac8ca962b" rel="noreferrer" target="_blank">http://www.gdal.org/gdal_8h.html#ae44b32f08d61072dddbdd30ac8ca962b</a><br>
><br>
> and set it to your geotiff with GDALSetGCPs()<br>
><br>
> <a href="http://www.gdal.org/gdal_8h.html#acd47aa85ca5751fbe9ea09c1a2341ef8" rel="noreferrer" target="_blank">http://www.gdal.org/gdal_8h.html#acd47aa85ca5751fbe9ea09c1a2341ef8</a><br>
><br>
<br>
</span>Arg, sorry I meant with GDALSetGeoTransform() of course :<br>
<a href="http://www.gdal.org/gdal_8h.html#ae93448112c1a7e69f2764c1aa3c6c8b5()" rel="noreferrer" target="_blank">http://www.gdal.org/gdal_8h.html#ae93448112c1a7e69f2764c1aa3c6c8b5()</a><br>
<br>
GDALSetGCPs() is to set the "raw" GCPs.<br>
<span class=""><br>
--<br>
Spatialys - Geospatial professional services<br>
<a href="http://www.spatialys.com" rel="noreferrer" target="_blank">http://www.spatialys.com</a><br>
</span>_______________________________________________<br>
gdal-dev mailing list<br>
<a href="mailto:gdal-dev@lists.osgeo.org">gdal-dev@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/gdal-dev" rel="noreferrer" target="_blank">http://lists.osgeo.org/mailman/listinfo/gdal-dev</a><br>
</blockquote></div><br><br clear="all"><br>-- <br><div class="gmail_signature">Iván Castellucci Vidal</div>
</div>