We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
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)
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: