7 Coordinate reference systems
In this section we review what is a coordinate reference system (CRS). The materials here are meant to act as a refresher of the lesson on coordinate reference systems in week 2 of the EDS 223 - Geospatial Analysis & Remote Sensing MEDS course.
How to create a CRS
Since the Earth does not have lines and numbers etched on it, us humans need to create a system to locate places on its surface. A way to solve this is to create a coordinate reference system (CRS). A CRS is, at its core, a way to represent places on the Earth as coordinates.
To understand what are the components of a CRS it can be useful to think of the process we would undergo to match places on the Earth to coordinates that represent them.
Step 1. Pick an ellipsoid
Think of the Earth. Our planet is not a perfect sphere. Besides its rugged surface with high mountains and deep ocean trenches, the shape of the Earth is not round. Due to the Earth’s rotation, the planet is slightly wider at the Equator. Thus, a sphere is not the best way to model the shape of the Earth. Instead, we use an ellipsoid. Think of an ellipsoid as a sphere that has been flattened a bit, thus making it wider across one axis. This is the first step for creating a CRS: picking an ellipsoid, a.k.a picking a shape for the Earth. The ellipsoid used to represent the Earth’s shape has changed across time and it may also change depending on the application.
Step 2. Align the ellipsoid with Earth’s locations to obtain a datum
The ellipsoid is an abstract mathematical object on which we can locate points on it by using angles. The coordinate system on the ellipsoid is (angles from \(x\), angles from \(y\)).
The next step to create a CRS is thus to make a decision on how to align the ellipsoid so that it’s surface corresponds to actual places on the Earth. We could think, for example, of:
- how to place the ellipsoid’s center relative to Earth’s mass center (is it the same or is it off?) or
- how to align the ellipsoid’s axes with the Earth (which meridian will be our prime meridian?).
Generally speaking, a geodetic datum, or just a datum, is how we are aligning our abstract ellipsoid to match the Earth’s surface.
Geographers and cartographers have created and used many datums across time and applications. Sometimes datum refers both to a choice of ellipsoid and how to align it to the Earth. More importantly, different datums are used to increase the accuracy of representing different regions of Earth. At the GIS wiki you can see a list of names of different datums optimized for different regions.
Step 3. Obtain a geographic CRS with lat/lon coordinates for all the Earth
At this point, we have successfully made a correspondence between the Earth’s surface of and our ellipsoid. This means we can now use the latitude,longitude (lat/lon) coordinates of the ellipsoid to locate any point on the Earth’s surface. This is called a geographic CRS. Geographic coordinate reference systems use degrees of latitude and longitude to locate points on the Earth, still thinking of it as a 3D object.
Step 4. Select a projection to flatten a portion of your ellipsoid and make a map
A map is a flat (2-dimensional) representation of a region of the Earth. In a geographic CRS we use a 3-dimensional model of the Earth (the ellipsoid) to locate places on it. To transform our 3-dimensional ellipsoid to make a 2-dimensional representation we need to use a projection. A projection is a method to convert between angular coordinates (i.e. lat/lon coordinates in 3D) and planar coordinates (i.e. \(x\),\(y\) coordinates in 2D).
There are many ways to project an ellipsoid into a 2-dimensional region. However, no matter what projection we use, the area, distances, or angles of the actual regions on Earth will be distorted when we project. Ultimately, the choice of projection relies on whether we want to optimze calculations involving area, angle, or distance measurements, as well as aesthetics when creating a map.
The following video, Vox - Why all world maps are wrong, does a great job at how projections work!
Step 5. Obtain a projected CRS with \(x\),\(y\) coordinates for a specific region
When we project a region of the ellipsoid to represent a region of Earth on the plane we obtain a new set of planar coordinates, thus creating a projected CRS. A projected CRS must also include a unit of measure for its axes. These new coordinates are usually called eastings, when referring to the eastward-measured distance (\(x\)-coordinate), and northings, when referring to the northward-measured distance (\(y\)-coordinate).