[postgis-tickets] [PostGIS] #4949: Transform regression for N, E CRS

PostGIS trac at osgeo.org
Tue Jul 13 12:45:03 PDT 2021


#4949: Transform regression for N,E CRS
----------------------+---------------------------
  Reporter:  rcoup    |      Owner:  pramsey
      Type:  defect   |     Status:  new
  Priority:  medium   |  Milestone:  PostGIS 3.1.3
 Component:  postgis  |    Version:  3.1.x
Resolution:           |   Keywords:
----------------------+---------------------------

Comment (by pramsey):

 I see that under the old Proj 4 regime the output was easting/northing.
 {{{
 echo 174.863597538742 -36.785298415230315 | ./cs2cs +init=EPSG:4326 +to
 +init=EPSG:2193

 1766289.00      5927325.00
 }}}
 So my guess is correct, the "old way", pre-proj6 and the internal EPSG
 database, was to output EPSG:2193 in easting/northing order,
 notwithstanding the EPSG definition.

-- 
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4949#comment:4>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.


More information about the postgis-tickets mailing list