[gdal-dev] Importing ESRI (EPSG?) 102008 in GDAL 3.x/PROJ 6

Daniel Evans Daniel.Evans at jbarisk.com
Thu Mar 5 07:23:32 PST 2020


Hi all,

While upgrading some Python software from using GDAL 2.3 to GDAL 3, I've come across this snippet of code:

srs = osr.SpatialReference()
srs.ImportFromEPSG(102008)

This used to work, but now fails with GDAL 3 / Proj 6 with "crs not found".

Projection code 102008 corresponds to "ESRI:102008" described here, which the WKT output describes as "EPSG 102008": https://epsg.io/102008

Is there an easy way to create an SRS from the code 102008 (perhaps with some prefix/suffix) in GDAL 3 / PROJ 6? The projection and its code are included in the PROJ source data (https://github.com/OSGeo/PROJ/blob/master/data/sql/esri.sql), but I can't figure out what combination of "ImportFrom..." function and projection code format to use.


(There is a possibility that the GDAL 2.3 build we have has 102008 added into the data files - the history of the custom fork of GDAL we're moving away from isn't well documented)

Dr. Daniel Evans
Software Developer

Skype<sip:daniel.evans at jbarisk.com>


T +44 (0) 1756 799919
www.jbarisk.com<http://www.jbarisk.com>

[Visit our website]<http://www.jbarisk.com> [http://www.jbagroup.co.uk/imgstore/JBA-Email-Sig-Icons-LINKEDIN.png]  [Follow us on Twitter] <https://twitter.com/jbarisk>
Our postal address and registered office is JBA Risk Management Limited, 1 Broughton Park, Old Lane North, Broughton, Skipton, North Yorkshire BD23 3FD.

Find out more about us here: www.jbarisk.com<http://www.jbarisk.com/> and follow us on Twitter @JBARisk<http://twitter.com/JBARisk> and LinkedIn<https://www.linkedin.com/company/2370847?trk=tyah&trkInfo=clickedVertical%3Acompany%2CclickedEntityId%3A2370847%2Cidx%3A2-1-2%2CtarId%3A1447414259786%2Ctas%3AJBA%20RISK%20MANAGEMENT>

The JBA Group supports the JBA Trust.

All JBA Risk Management's email messages contain confidential information and are intended only for the individual(s) named. If you are not the named addressee you should not disseminate, distribute or copy this e-mail.
Please notify the sender immediately by email if you have received this email by mistake and delete this email from your system.


JBA Risk Management Limited is registered in England, company number 07732946, 1 Broughton Park, Old Lane North, Broughton, Skipton, North Yorkshire, BD23 3FD, Telephone: +441756799919


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/gdal-dev/attachments/20200305/88f1b576/attachment.html>


More information about the gdal-dev mailing list