#3487 closed defect (invalid)
wrong proj4text for epsg 31467
Reported by: | klemensp | Owned by: | pramsey |
---|---|---|---|
Priority: | critical | Milestone: | PostGIS 2.2.2 |
Component: | postgis | Version: | 2.2.x |
Keywords: | proj4text | Cc: | spruk.klemen@… |
Description
In table spatial_ref_sys for srid 31674 srtext and proj4text do not match.
Proj4text has different ellipsoid than srtext definition.
Check epsg.io register.
Note:
See TracTickets
for help on using tickets.
In spatial_ref_sys, the definition is
The "datum" parameter embeds an implicit ellipse, whereas the epsg.io representation uses an explicit ellipse. Here's the code from proj.4 defining the "potsdam" datum
This looks the same as what epsg.io is using. Having an explicit datum allows proj.4 to apply datum shift grids, where they exist, so this representation is preferable.