[postgis-tickets] [PostGIS] #5353: EPSG:5070 mismatch between spatial_ref_sys and PROJ
PostGIS
trac at osgeo.org
Fri Mar 10 19:58:47 PST 2023
#5353: EPSG:5070 mismatch between spatial_ref_sys and PROJ
----------------------+---------------------------
Reporter: jbkoch | Owner: pramsey
Type: defect | Status: closed
Priority: high | Milestone: PostGIS 3.1.9
Component: postgis | Version: 3.1.x
Resolution: wontfix | Keywords:
----------------------+---------------------------
Comment (by jbkoch):
So just to make sure there wasn't something going on with PROJ itself, I
build the same dependency stack from source on a local machine:
{{{
PROJ v8.0.1
GEOS v3.9.1
GDAL v3.4.3
}}}
And I ran the following command (added the input and output files as
attachments):
{{{
ogr2ogr -t_srs EPSG:5070 1884810.5070.ogr2ogr.gpkg 1884810.4326.gpkg
}}}
I got the same older matching results back:
{{{
POLYGON((145953.8164326792 2051852.6976375678,145980.27310072441
2051853.5729657637,145981.34988068073
2051823.7175862629,145954.89322071325 2051822.842260323,145953.8164326792
2051852.6976375678))
}}}
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5353#comment:9>
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