Skip to content

maptiler/epsg.io

Repository files navigation

EPSG.io

EPSG logo

EPSG.io is a tool for discovering and accessing global coordinate systems, finding their parameters, and selecting relevant transformations. Created and maintained by the MapTiler team, it serves as a custom interface to the EPSG database.

The service offers a list of projections, coordinate systems, bounding boxes, and transformation options for improved precision in coordinate transformations.

For detailed documentation, visit epsg.io/docs.

Discovering coordinate systems, ellipsoids, transformations, units

Coordinate systems, ellipsoids, transformations, and units can be discovered directly via the search field at EPSG.io. The interface supports searching by EPSG codes (e.g., 3857) or by part of the system's name (e.g., pseudo-mercator). Try epsg.io/2056 as an example.

Export formats for all software

EPSG.io offers coordinate reference system definitions in formats compatible with a wide range of geospatial software, including PROJ, GeoServer, Proj4.js, PostGIS, ESRI ArcGIS, and OGC WKT. For example, see epsg.io/2056-1676.wkt2.

EPSG.io endpoints

Using EPSG.io endpoints allows users to discover coordinate systems, ellipsoids, units, and other objects, and retrieve specific coordinate definitions in various formats. For more details, visit epsg.io/docs.

Coordinates API

MapTiler logo

EPSG.io is a custom, open service provided by MapTiler, free of charge. The Coordinate transformation and search service is powered by the MapTiler Cloud Coordinates API. In addition to being compatible with EPSG.io, it introduces the /transform endpoint for coordinate transformations and /search API endpoint for searching through coordinate systems and its components.

The Coordinates API from MapTiler offers:

  • API for coordinate transformations
  • API for searching and discovering coordinate reference systems
  • Stable, reliable service for integration into applications
  • Option to use a dedicated MapTiler API key, enabling cost management across multiple apps
  • Batch transformations for up to 50 points

For detailed API documentation, visit docs.maptiler.com/cloud/api/coordinates/.