epsg.io icon indicating copy to clipboard operation
epsg.io copied to clipboard

Automated EPSG database updade

Open klokan opened this issue 10 years ago • 2 comments

Automate the update of the EPSG database to ensure the latest version is always indexed.

This to be discussed with people from IOGP (International Association of Oil and Gas Producers). Initial conversation has happen already.

Possible implementation via an automated crawling (in cron) on the epsg-registry.org - to check availability of the new database.

klokan avatar Feb 20 '15 16:02 klokan

This code can be used to retrieve automatically the latest GmlDictionary.xml https://github.com/geo-data/python-epsg/blob/master/epsg/service.py

Update: The whole code above degrades to a simple one download URL which can be used to get the latest version of the zip file:

It is: http://www.epsg-registry.org/export.htm?contentType=WithEPSG

klokan avatar Oct 18 '15 22:10 klokan

The automated update should also upgrade the libtiff / GDAL / Proj data, to be coherent accros the website: https://svn.osgeo.org/metacrs/geotiff/trunk/libgeotiff/csv/README (unless we start to use data.epsg.io)

klokan avatar Oct 18 '15 22:10 klokan