<div dir="auto">Original question: <a href="https://github.com/pyproj4/pyproj/discussions/814">https://github.com/pyproj4/pyproj/discussions/814</a><div dir="auto"><br></div><div dir="auto">What he is asking is if TOWGS84 parameters are needed for datum transformations.</div><div dir="auto"><br></div><div dir="auto">Thanks 👍</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Apr 15, 2021, 2:32 AM XCTrails <<a href="mailto:info@xctrails.org">info@xctrails.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>Hi,</div><div><br></div><div>
I have input polygon in epsg:31468 which I need to transform to epsg:4326 <br></div><div><br></div><div>My current code boils down to this:</div><div><br></div><div>project = pyproj.Transformer.from_crs("EPSG:31468","EPSG:4326", always_xy=True)</div><div>poly = transform(project.transform, poly)</div><div><br></div><div>The problem however is that the resulting polygons have a 1-2 meter offset according to visual inspection in QGIS. On reddit, someone suggested that I might also need a datum 
transformation, on the pyproj4 issue tracker someone said, that datum transformations are no longer needed in PROJ 6+ and that I should ask for clarification here. So here I am ;-)</div><div><br></div><div>Can anyone shed any light on why I get these offsets and what I can do to fix this?<br></div><div>There's no offset if I manually reproject this in QGIS and compare it with the original.<br></div><div><br></div><div>Thanks,</div><div>Armin<br></div></div>
_______________________________________________<br>
PROJ mailing list<br>
<a href="mailto:PROJ@lists.osgeo.org" target="_blank" rel="noreferrer">PROJ@lists.osgeo.org</a><br>
<a href="https://lists.osgeo.org/mailman/listinfo/proj" rel="noreferrer noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/proj</a><br>
</blockquote></div>