1. Overview
Previous | Table of Content | Next |
1. Overview
This document is intended for programmers or those who want to learn how to use the RESTful API that is exposed by the EPSG.ORG website. The document contains descriptions of the API interface, its structure, how to communicate with it and examples, generally in Python, to illustrate the information. In addition, there are some best practice use cases provided which demonstrate the most efficient and effective ways to take advantage of the EPSG registry API.
In order to use the provided code snippets, you will need a Python IDE or similar as well as a few add-ons. Mainly the Python package requests and GDAL. Exactly how to install these packages is not included in this documentation.