<div dir="ltr">Just in case you  have R within reach, have a look at the post "Similarity and affine transformations in R" [1], which explains how to use my R plugin "vec2dtransf" to perform affine transformations.<div><br></div><div><br></div><div style>Regards, </div><div style><br></div><div style>Germán </div><div style>----</div><div style>[1] <a href="http://geotux.tuxfamily.org/index.php/en/geo-blogs/item/302-affine-and-similarity-transformations-in-r">http://geotux.tuxfamily.org/index.php/en/geo-blogs/item/302-affine-and-similarity-transformations-in-r</a></div><div style>[2] <a href="http://cran.r-project.org/web/packages/vec2dtransf/index.html">http://cran.r-project.org/web/packages/vec2dtransf/index.html</a></div><div><br><div><br></div><div><br></div><div><br></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">2014-10-07 13:59 GMT-05:00 Siki Zoltan <span dir="ltr"><<a href="mailto:siki@agt.bme.hu" target="_blank">siki@agt.bme.hu</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello Marcel,<br>
<br>
to calculate affine transformation parameters you must have at least 3 points in both coordinate systems.<br>
LV95_y = Y0 + a * local_y + b * local_x<br>
<br>
LV95_x = X0 + c * local_x + d * local_y<br>
<br>
If you set up the equations for the three points, you get to linear equation systems, one for Y0, a, b unknowns, and another fo X0, c, d unknowns.<br>
<br>
It is highly recommended to use more points and least squares estimation for the parameters.<br>
<br>
Best regards,<br>
Zoltan<div class="HOEnZb"><div class="h5"><br>
<br>
<br>
On Tue, 7 Oct 2014, Marcel Stadelmann wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi,<br>
<br>
I would like to make an affine transformation with a vector layer shape file, using the Affine Plugin. I know from two points the correct coordinates:<br>
local_y local_x LV95_y  LV95_x<br>
9.065056        7.70714 2753308.44      1166381.26<br>
9.065056        -5.085236       2753295.68      1166391.31<br>
<br>
How can I calculate the transformation parameters?<br>
<br>
Marcel<br>
______________________________<u></u>_________________<br>
Qgis-user mailing list<br>
<a href="mailto:Qgis-user@lists.osgeo.org" target="_blank">Qgis-user@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/qgis-user" target="_blank">http://lists.osgeo.org/<u></u>mailman/listinfo/qgis-user</a><br>
<br>
</blockquote>
______________________________<u></u>_________________<br>
Qgis-user mailing list<br>
<a href="mailto:Qgis-user@lists.osgeo.org" target="_blank">Qgis-user@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/qgis-user" target="_blank">http://lists.osgeo.org/<u></u>mailman/listinfo/qgis-user</a><br>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br>-----------<br>   |\__  <br>(:>__)(<br>   |/    <br><br>Soluciones Geoinformáticas Libres                            <br><a href="http://geotux.tuxfamily.org/">http://geotux.tuxfamily.org/</a><br><a href="http://twitter.com/GeoTux2">http://twitter.com/GeoTux2</a><br>
</div>