For the complete documentation index, see llms.txt. This page is also available as Markdown.

EPSG or CRS mismatch issues

EPSG or CRS issues during upload

A valid EPSG code is required during upload because it defines how your spatial data relates to real-world coordinates.

Without it, Ellipsis Drive cannot correctly interpret or position your data on the map.


What is a CRS?

A Coordinate Reference System (CRS) defines how 2D coordinates in a dataset map to real-world locations on Earth.

It determines:

  • how coordinates are interpreted

  • how data is projected on a map

  • how transformations between coordinate systems are handled


What is an EPSG code?

EPSG codes are standardized identifiers for coordinate reference systems.

They are maintained in a public registry and are widely used across GIS tools and libraries as Spatial Reference System Identifiers.

Each EPSG code represents a specific:

  • coordinate system

  • projection

  • datum

  • or transformation rule


Why it matters

Ellipsis Drive uses EPSG codes to ensure:

  • correct spatial alignment of your data

  • consistent interpretation across systems

  • compatibility with GIS tools and web services

Incorrect or missing EPSG information can result in:

  • misplaced data on the map

  • distorted geometries

  • failed uploads


Finding the correct EPSG code

You can look up the correct code for your dataset at:

https://epsg.io/


Important note on projections in Ellipsis Drive

Last updated