Dealing with spatial reference systems
One of the things that can be quite confusing when you start working with geospatial data is the notion of a spatial reference system. Imagine that you're running a search-and-rescue operation, and are given the location of a plane crash as a coordinate, for example:
(-114.93, 12.478)
What do these numbers mean? Are these values a latitude and longitude, or are they perhaps a number of kilometers away from a given reference point? Without understanding how these coordinates translate to a point on the Earth's surface, you'd have no way of knowing where to send your rescuers.
Note
Spatial reference systems are sometimes referred to as coordinate reference systems. Don't worry: these two terms refer to the same thing.
To understand the concept of spatial reference systems, you first need to learn a bit about mapping theory. Maps are an attempt to draw the three-dimensional surface of the Earth on a two-dimensional Cartesian plane:
To convert...