You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to transform from ED50 UTM32 to Euref89 UTM32 using pyproj. With just using the crs 23032 for ED50 and 25832 for Euref89 I get an error at about 76 meters in East-West and 52 in South-North. When applying the same CRS definition as postgis uses I get about 2 and 0.4 meters.
The difference is that postgis has defined the towgs84=-87,-98,-121,0,0,0,0 parameters which takes the difference of origo for the ED50 and Euref89 elipse into account.
Why do the pyproj projection definition for ED50 not include this - or am I missing something here?
I have been to the norwegian mapping agency and epsg.io to check the correct answer which is included in the code. Here is my testcode I used to verify that it is this towgs84 parameter that is the problem.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
THIS POST IS ALSO POSTED AS AN ISSUE
I am trying to transform from ED50 UTM32 to Euref89 UTM32 using pyproj. With just using the crs 23032 for ED50 and 25832 for Euref89 I get an error at about 76 meters in East-West and 52 in South-North. When applying the same CRS definition as postgis uses I get about 2 and 0.4 meters.
The difference is that postgis has defined the towgs84=-87,-98,-121,0,0,0,0 parameters which takes the difference of origo for the ED50 and Euref89 elipse into account.
Why do the pyproj projection definition for ED50 not include this - or am I missing something here?
I have been to the norwegian mapping agency and epsg.io to check the correct answer which is included in the code. Here is my testcode I used to verify that it is this towgs84 parameter that is the problem.
This print the following text:
Beta Was this translation helpful? Give feedback.
All reactions