[postgis-tickets] [PostGIS] #4842: Polar Stereographic Axis order wrong
PostGIS
trac at osgeo.org
Mon Feb 8 14:34:45 PST 2021
#4842: Polar Stereographic Axis order wrong
---------------------+---------------------------
Reporter: pramsey | Owner: pramsey
Type: defect | Status: assigned
Priority: medium | Milestone: PostGIS 3.1.2
Component: postgis | Version: 3.1.x
Keywords: |
---------------------+---------------------------
{{{
select st_astext(st_transform(st_setsrid(st_makepoint(12.572160289695635,
66.08108440397841), 4326),3413));
}}}
but proj
{{{
echo "12.5721602896956 66.0810844039784" | cs2cs -r epsg:4326 epsg:3413
}}}
correct answer is
{{{
2218082.05 -1409149.95 0.00
}}}
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4842>
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