maptiler / epsg.io

EPSG.io: Coordinate Systems Worldwide
https://epsg.io/
BSD 2-Clause "Simplified" License
339 stars 67 forks source link

ESRI WKT - import #24

Open klokan opened 10 years ago

klokan commented 10 years ago

Proper solution SQLite database with all ESRI WKT codes - including the hierarchy.

klokan commented 8 years ago

Maybe relevant for verification: http://support.esri.com/es/knowledgebase/whitepapers/view/productid/17/metaid/302 and http://support.esri.com/fr/knowledgebase/techarticles/detail/21327

micahcochran commented 8 years ago

I'm not sure if this is very helpful, but there is JSON files that seemingly have been released by ESRI (or with its blessing). The project contain the ESRI WKT in JSON format which could fairly trivially be loaded into a dictionary.

https://github.com/Esri/esri-proj-codes

klokan commented 8 years ago

A great tip! Thank you @micahcochran