Understanding GIS Projections: More Than Just Flat Maps
When you think about maps, you probably imagine them as flat, two-dimensional representations of our often round, three-dimensional Earth. But how do we get from a globe to a map that fits on your screen or a piece of paper without a lot of distortion? This is where Geographic Information Systems (GIS) and the concept of map projections come into play. For the average American reader, the idea of "how many projections are in GIS" might seem a bit technical, but it's fundamental to understanding how we see and interact with spatial data.
The Short Answer (and Why It's Not That Simple)
If you're looking for a single, definitive number, the answer is: there isn't one specific count. The reality is that there are hundreds, if not thousands, of potential map projections that can be created. However, in practical GIS use, a much smaller, commonly used subset is what most people will encounter. Think of it like asking "how many ways can you cut a cake?" There are infinite theoretical ways, but most people stick to a few standard slices.
Why So Many Projections? The Earth's Shape is the Culprit
The fundamental challenge is that the Earth is (roughly) a sphere, while our maps are flat. Imagine trying to peel an orange and lay the peel perfectly flat without tearing or stretching it – it's impossible! Map projections are mathematical transformations that take the curved surface of the Earth and represent it on a flat plane. Each projection does this in a different way, and each method introduces distortions. These distortions can affect:
- Shape: Areas might look stretched or squeezed.
- Area: The relative size of landmasses can be misrepresented.
- Distance: Measurements between points can be inaccurate.
- Direction: Compass bearings can be skewed.
No single projection can preserve all of these properties perfectly for the entire Earth. Therefore, different projections are chosen based on the specific purpose of the map and the area it covers. For example, a map of a small town might prioritize accurate distances, while a world map might focus on preserving the relative size of continents.
Common Categories of Map Projections in GIS
While the sheer number of possible projections is vast, they are often grouped into categories based on what property they try to preserve (or minimize distortion of). Understanding these categories helps clarify why so many exist:
- Conformal Projections: These projections preserve shape and angles. They are excellent for navigation and for mapping at local or regional scales where accurate directions are crucial. However, they often significantly distort area. A famous example is the Mercator projection, which is why Greenland appears as large as Africa on many traditional world maps, even though Africa is much larger in reality.
- Equal-Area (or Equivalent) Projections: These projections preserve the relative size (area) of landmasses. They are essential for thematic maps that show distributions or comparisons of phenomena across different regions, such as population density or resource allocation. However, they often distort shape and direction. The Albers Equal-Area Conic projection is frequently used for mapping the contiguous United States.
- Equidistant Projections: These projections preserve distances from one or two central points, or along certain lines. They are useful for maps that need to show accurate travel times or distances from a specific location, like for airline routes or emergency response planning.
- Compromise (or Authalic) Projections: These projections aim to minimize distortions in area, shape, distance, and direction, but they don't perfectly preserve any single one. They offer a balance, making them good for general-purpose world maps where a visually pleasing and somewhat balanced representation is desired. The Robinson projection is a well-known example.
Specific Projection Systems Used in GIS
Beyond these broad categories, GIS software supports many specific projection systems. Some of the most commonly encountered include:
- Universal Transverse Mercator (UTM): This is a widely used system that divides the Earth into 60 north-south zones, each 6 degrees of longitude wide. Within each zone, it uses a Transverse Mercator projection. UTM is excellent for accurate measurements within its zones and is commonly used for mapping at local and regional scales.
- State Plane Coordinate System (SPCS): Developed for the United States, SPCS uses different projections (like Transverse Mercator and Lambert Conformal Conic) for different zones within each state. This system is designed to minimize distortion within each state, making it ideal for surveying and local planning within the U.S.
- Geographic Coordinate Systems (GCS): While not technically a projection (as they use latitude and longitude on a spherical or ellipsoidal model of the Earth), GCS are the foundation for many projected coordinate systems. Examples include NAD83 and WGS84, which define the datum and spheroid used to model the Earth.
- Custom Projections: GIS software allows users to define their own projections or modify existing ones, further expanding the theoretical possibilities.
In practice, when you open a GIS project, you'll typically work with a specific Coordinate Reference System (CRS), which includes both a datum (how the Earth's shape is modeled) and a projection (how that model is flattened). GIS software comes pre-loaded with thousands of defined CRSs, and users can create their own.
Conclusion: It's About Choice and Purpose
So, to reiterate, there's no single number for "how many projections are in GIS." The true answer lies in the vast potential of mathematical transformations, but the practical answer is that GIS systems are equipped to handle and work with thousands of defined projections. The key takeaway for anyone using GIS is that the choice of projection is critical and depends entirely on the intended use of the map and the geographic area being studied. Understanding the inherent trade-offs in distortion allows users to select the most appropriate projection for their needs, ensuring the data they present is as accurate and representative as possible within the limitations of a flat map.
Frequently Asked Questions (FAQ)
How do I know which projection to use?
The best projection depends on what you're trying to achieve. For local or state-level projects in the US, State Plane is often a good choice. For regional mapping or projects spanning multiple states, UTM zones might be suitable. For global data, compromise projections like Robinson or equal-area projections like Albers are commonly used. Always consider the scale and the primary purpose of your map (e.g., preserving area, shape, distance, or direction).
Why do some maps look distorted?
Map distortions are unavoidable when representing a spherical Earth on a flat surface. Different projections handle these distortions differently. For instance, the Mercator projection is great for showing accurate directions at the equator but severely distorts areas and distances towards the poles, making places like Greenland appear much larger than they are relative to continents.
What's the difference between a geographic and a projected coordinate system?
A Geographic Coordinate System (GCS) uses a three-dimensional spherical model of the Earth and defines locations using latitude and longitude degrees. A Projected Coordinate System (PCS) takes the data from a GCS and applies a mathematical transformation (a map projection) to represent it on a two-dimensional flat surface, usually using linear units like meters or feet.
Can I change the projection of a map in GIS?
Yes, GIS software allows you to change the projection of your data. This process is often called "reprojection." However, it's important to understand that reprojection doesn't magically eliminate distortions that were inherent in the original projection. When you reproject data, you're essentially applying a new mathematical transformation to the existing coordinates.

