Projections Tutorial

This is the introductory topic on geographic projections for users new to GIS and mapping. It is a good refresher for experienced users wishing to understand how Manifold deals with projections.   

 

 

"Projection" or "Coordinate System"?

 

Another name used by some software for a projection is a coordinate system.   The two names are used as synonyms by most people, with projection often used by cartographers and in discussions when visual appearance is the primary interest.  The term  coordinate system is often used by programmers and in settings such as data interchange where manipulation of the inner machinery of coordinate numbers is the primary interest.   

 

Manifold uses both terms interchangeably, with the choice of term tending to depend on the context of use.   Manifold tends to use the term projection in topics with cartographic or classic GIS themes.  The term projection is the choice of classical authors like Snyder.  Manifold tends to use coordinate system in discussions of geoms, SQL, data interchange and similar more technical settings.

 

Note that some software uses the term coordinate reference system (often abbreviated as CRS).   That is just a more pretentious way of saying coordinate system with the added fun of inventing yet another three letter abbreviation to make life more difficult for beginners.

 

What are Projections and Why Use Them?

 

Projections are a way of showing the 3D, curved surface of the Earth on a 2D, flat surface like a piece of paper or a computer monitor.   

 

In Manifold, projections are used for four main reasons:

 

 

In theory, projections are a very simple idea.  In real life the details of using them can get complicated due to several factors:

 

 

 

 

Approximations at Best

 

For over two thousand years educated people have known that the Earth is round.   They also realized as a matter of elementary geometry that any flat map showing the surface of our curved Earth will in some way change the shape of what it portrays. For over two thousand years geographers have been inventing techniques for using flat maps to show the curved surface of the Earth in ways that minimize such distortions.

 

We can see the problem with a simple thought experiment:  Imagine we make an globe out of a flexible material, like a large rubber ball, with a world map painted onto the material.  Now, let’s cut the material and try to flatten it.  Converting the spherical surface of the ball into a truly flat plane is projecting the spherical surface of the ball onto a flat plane.

 

If we’ve ever tried to flatten a deflated ball we know this is not possible to do without stretching the flexible material in some areas and compressing it in others. If we deform the peeled "skin" of our atlas globe in this way to make it flat we will end up changing the shape of continents and other items illustrated in our world map.  

 

It turns out there is no one way of projecting the curved surface of the Earth onto a flat sheet that does not cause some distortion somewhere.   That is especially true if we want to use a continuous, flat, rectangular sheet like the screen of a computer monitor.  No matter how we try to cut up a globe into a flat sheet we will end up with some distortion somewhere.   Since people use maps for different purposes in different regions there is no one projection that is suitable for all purposes for which people use maps.

 

The good news is that for virtually every usage there are projections that minimize distortions of importance for that task.   If we are clever about how we project the curved surface of the Earth we can usually find a projection that works for what we want to do:

 

 

 

 

In an era of paper maps we might have been stuck with a compromise projection that was good enough for many tasks but not the best at any of them.  With computers and software like Manifold we can now re-project data into whatever projection is best for the task at hand.   

 

How Projections Work

 

Any shape that is curved in only one direction can be unrolled into a flat map without distorting the appearance of objects drawn on it. For example if we take a cylinder and cut it lengthwise we can unroll the cylinder into a flat map.  For centuries, cartographers have exploited that basic geometric relationship to create simple projections.

 

The trick to any elementary projection is to place the Earth within such a shape and to "project" lines out from the Earth onto the shape to show where to draw the projected outlines of items on the globe. We can then "unroll" the shape and see our projected map on a flat surface.

 

 

The first and most obvious such projection to use is a simple cylindrical projection. Place the Earth inside a big cylinder that touches the Equator and then transfer points on the globe to the cylinder. The simplest way to do this is to imagine the cylinder is graph paper with 360 boxes in circumference and 180 boxes up and down.

 

If we use the longitude and latitude coordinates in degrees of a place on the sphere and transfer it to our cylindrical roll of graph paper we end up with a map like the above. Since one point needs to be the center of the unrolled cylinder, nearly universal usage is to use the intersection of the Equator with the zero Meridian running through Greenwich, England. We can then count degrees plus and minus 180 degrees in longitude and plus and minus 90 degrees in latitude.

 

The above presentation is called the Geographic or Latitude / Longitude projection. We can think of it as our default projection. It produces a good effect in areas near the Equator, but results in immense distortion close to the poles.

 

There are other ways of transferring points from the surface of the globe onto an enclosing cylinder. Most of these, such as the Mercator projection, use some mathematical formula to alter the ratio between degrees of latitude on the globe and vertical measurements on the cylinder. What they all have in common is that accuracy is good near the Equator where the cylinder is very close to the globe. To a greater or lesser degree all cylindrical projections centered on the Equator fall off in accuracy as distance from the Equator increases.

 

If we wish to make maps of places along the Equator we could use a cylindrical projection and just show those regions. What would be shown in those maps would be relatively free of distortion. One problem with this is that the Equator for the most part lies over water whereas the greatest demand for maps is in populated zones. A quick glance at a world map shows that most populated zones occur in a North-South direction.

 

 

Turning the cylinder so that it is tangent to the Earth along a meridian (longitude line) instead of tangent to the Equator results in what is called a transverse cylindrical projection. We can now make local maps anywhere along the darker, North-South line of tangency and if the maps are not too big they will be relatively free of distortion. However, this only works along the line of tangency. If we pick a North-South line running through Athens we can make maps all the way from Scandinavia down the length of Africa, but any maps using this projection in North and South America would be hopelessly distorted.

 

 

One possible solution is to use not one projection, but many transverse cylindrical projections with the cylinder rotated slightly along the Equator. In fact, one scheme of mapping the Earth called the Universal Transverse Mercator (UTM) plan does just that. UTM maps the Earth with a transverse cylinder projection using 60 different lines, each of which is a standard "UTM Zone". By rotating the cylinder in 60 steps (six degrees per step) UTM assures that all spots on the Earth will be within 3 degrees of the center, tangent line of one of the 60 cylindrical projections. The Gauss Kruger system is a European system akin to UTM that also uses a transverse cylinder rotated in six degree steps.

 

To map any spot on Earth in UTM, one picks the UTM Zone centerline that is closest to it and then makes a map using that cylindrical projection.

 

 

The illustration above shows a small section of the earth near the tangent line projected onto the cylinder, and then the cylinder being unrolled into a flat sheet. If we want to save the X,Y locations of points on our flat sheet we can now measure them as though the flat sheet were graph paper and use the resulting coordinates in a digital, flat map.

 

The above illustration shows a key concept that often proves confusing to GIS newcomers: although "unprojected' data about locations on the Earth are specified in degrees, all projected maps specify the coordinates of the objects on them using X,Y coordinates using meters, feet or other linear measures. These coordinates are computed relative to some origin on the flat sheet established by the projection in use.

 

Computer files that contain projected maps therefore contain coordinates like

 

44030976,38403088

44030984,38403080

44030900,38403077

 

and not longitude,latitude coordinate numbers such as

 

-110.3484, 44.2856

-110.3463, 44.2889

-110.3511, 44.2902

 

Latitude,longitude coordinates are normally in decimal degrees as above, while the coordinate numbers in projected files are most often meters in X and Y directions from some origin known to the projection. It is as if the green sheet in the illustration above were an enormous piece of graph paper on which the map is drawn "full size" and then measured off in meters.

 

In a well run GIS system the internal coordinates of projected maps may be hidden from the user because the GIS software will automatically translate the internal map drawing coordinates into Latitude/Longitude values on the fly. Manifold, for example, will show cursor position in a projected map view using Latitude and Longitude values. What is going on is that Manifold is automatically translating internal projected coordinates like 44030984,38403080 into the equivalent Longitude and Latitude values.

 

Conic Projections

 

The main problem with cylindrical projections is that they do a poor job of minimizing distortion except for very close to the line of tangency. They are a poor choice for mapping large countries (such as the US or Russia) that have great East-West extents in higher latitudes.

 

 

A better choice for mapping such regions is a conic projection, which projects shapes from the Earth’s sphere onto a cone. Cones, of course, can be unrolled into a flat sheet without any deformation. Locations near the line where the cone is tangent to the Earth will be relatively free of distortion. By using taller cones we can move the line of tangency nearer to the Equator and by using fatter, more open cones we can move the line of tangency closer to the pole.

 

We can see the practical effect of a conic projection by considering a map of North America shown in the Latitude / Longitude projection. This is an "unprojection" that simply takes each coordinate in degrees and plots it using equal sized X and Y degrees at all locations:

 

 

The geographic cylindrical projection greatly overstates the size of northern regions, making the island of Greenland look far too large.

 

Using a conic projection, we can transfer the shape of North America to the cone (in the region marked in red on the cone) and then unroll the cone to make a flat map. That flat map can then be used as "graph paper" to measure off coordinate locations with which we could build a flat, digital map.

 

 

The resulting flat map provides a much better impression of the true shape of North America. It is interesting to note that since most schoolchildren are taught geography from maps using cylindrical projections that greatly distort Northern regions, the average person thinks Alaska and Greenland are many times larger than they really are. The above conic projection uses a tangent line cutting through the "lower 48" US states and so optimizes their appearance while understating the apparent size of Alaska.

 

When both are viewed in Lambert Conformal Conic projection using parameters midway between the "lower 48" and Alaska and Alaska is moved over the "lower 48" US and rotated to preserve apparent meridian angles, it's clear that Alaska is very large, but not as large as is commonly thought.

 

 

Azimuthal Projections

 

 

 

Azimuthal projections show one hemisphere of the Earth at a time by projecting lines upward from the globe onto a flat disk tangent to the globe at one point.

 

 

 

By centering the disk over any particular point on the Earth, one can achieve a view of the Earth as it appears from space from high over that point. The Orthographic projection is the classic "view from space" azimuthal projection of the Earth.

 

Projections and Projection Parameters

 

Most projections in common use fall into one of the above three categories. They are either cylindrical (regular or transverse), conic or azimuthal projections as customized by slightly different projection parameters. Projection parameters are options in how the projection is arranged.

 

For example, the Orthographic projection can be centered on any point on Earth by specifying the latitude and longitude of the desired central point. Conic projections may be customized by specifying the parallel of latitude at which the cone should be tangent.

 

Specifying a projection together with various optional parameters will drive the mathematical conversion of longitude,latitude degree coordinates into the numbers used within the projected coordinate system. When we encounter a computer file with projected data numbers such as…

 

44030976,38403088

44030984,38403080

44030900,38403077

 

…we will not be able to make geographic sense of these number unless we known in which projection with which optional parameters they are intended to be used.

 

Some GIS formats are "smart" and automatically save the projection parameters in use together with the data. During import of drawings from such formats, Manifold will fetch all necessary parameters from such "smart" formats automatically and will load the coordinates properties for that drawing with the correct parameters necessary to use the data.

 

There are many different ways that projections can be specified in GIS formats.  Some format automatically store code numbers for standardized systems of naming projections, such as EPSG, while others store what is expected to be a "standard" name for a projection along with specific parameters for that projection.  What all such systems have in common is that none of them are universally used.     

 

When importing projected drawings from legacy GIS formats that do not save the projection information with the data we will need to know what projection and parameters should be used with that drawing. We will then have to enter this information manually into that drawing's coordinate properties so Manifold can use the data as intended.

 

Projections dialogs in Manifold are set up so they automatically present available options for the projection in use. Some specialized projections allow specification of an elaborate set of optional parameters.

 

False Easting and False Northing

 

Once a map is constructed using a given projection, the map is a flat surface. Distances on that flat surface may be measured as X and Y rectangular coordinates, with the X coordinate being the distance to the right of the vertical line passing through the origin or the center of a projection. A negative X coordinate represents distance to the left. In practise a false X or false easting is frequently added to all values of X to eliminate negative numbers.

 

Likewise, the Y rectangular coordinate is the distance above the horizontal line passing through the origin or center of a projection, with negative Y being the distance below. In practise, a false Y or false northing is frequently added to all values of Y to eliminate negative numbers.

 

The use of false easting and false northing is a relic of days when map projection computations were done by hand, so that computation with negative numbers was less convenient. In modern times we let computers do all the computational drudgework so false easting and northing are no longer essential. However, they continue to live on within projected digital maps created using older methods. Manifold allows use of false easting and false northing with many projections.

 

Notes

Ellipsoid and not sphere - We refer to the Earth as a sphere in this topic even though it is a slightly flattened ellipsoid.

 

Degrees are angular units - The latitude / longitude projection is a classic hack because from a coordinate system perspective it conceptually misuses angular units, degrees, as linear units.   A degree is an angular measurement that says how wide or how narrow an angle may be.   Rulers are not marked in degrees but instead, in civilized countries, are marked in centimeters or meters.

 

A Historical Note on the Round Earth

 

School children are often wrongly taught that Christopher Columbus (1451 - 1506) sailed Westward from Europe to Asia to prove that the Earth is round. Once launched on his journey Columbus is often portrayed as heroically pressing on despite the opposition of his sailors, who feared their little fleet would fall off the edge of a flat Earth. That is almost the exact opposite of the truth.

 

Almost all educated people in Columbus's day knew the Earth was round. In fact, they not only knew the Earth was round they knew the size of the Earth as well. Almost everyone except Columbus accepted the estimate for the radius of the round Earth computed by Eratosthenes of Cyrene (276-195 B.C.). Eratosthenes figured the Earth's radius to be about 6267 kilometers, a figure remarkably close to the modern mean of about 6371 kilometers. In the 1490's educated people had known for over one thousand five hundred years the actual size of the round Earth. Since ancient days, cartographers had even created projections to deal with the representation of a round earth on flat maps.

 

Many uneducated people also knew the Earth was round. Among uneducated people, sailors especially believed the Earth to be round because of the frequent observation at sea that tall points such as mountains come into view above the horizon as the distance to an objective becomes closer. Many "round Earth" visual effects incompatible with a flat Earth are easily seen by the human eye at sea.

 

Columbus met much opposition at Court to his plan precisely because people knew the size of the Earth:  they knew the Earth was a very large sphere. People also knew that sailing ships were slow and that it was very difficult to load enough food and water onto ships for very long journeys.   Between spoilage of food and water and the effects of malnutrition such as scurvy, both educated people and sailors knew that given a very large, round Earth it was infeasible to sail nonstop to Eastern Asia from Europe.

 

In truth, the ships of Columbus's day indeed were so slow that they could not be loaded with enough food and water to voyage directly to Asia westward from Europe. Without the then-unknown continents of North and South America to use as re-supply points the direct voyage would be so long that the crew would die before making landfall.

 

Columbus based his plans for his voyage on his argument that the Earth is smaller than it truly is and that the Eurasian land mass is larger than it is.  Educated people were unimpressed with what they regarded as his chain of wishful-thinking assumptions that "proved" Eratosthenes was wrong, that the Eurasian land mass was larger than thought and that therefore a Westward voyage was feasible. Sponsor after sponsor rejected Columbus's plan not because they thought the Earth was flat but because they knew Columbus's reasoning was wrong.   Even Isabella turned down Columbus, who never would have sailed had not Ferdinand intervened to convince Isabella to fund Columbus.

 

We do not know why Ferdinand intervened against Isabella's decision to deny Columbus sponsorship.   The best guess is that neither sovereign expected Columbus to return but that the odds of his finding previously unknown islands, such as the Canaries, much closer to Europe were good enough to venture a bet on his voyage.  When Columbus launched across the Atlantic his sailors were fearful that, in the event his estimates of the Earth's size and the extent of Eurasia were wrong, and everyone else was right, they would expire of thirst and starvation.

 

As it turns out Eratosthenes was right and Columbus was wrong, both about the size of the Earth and the size of Eurasia.  Columbus simply had the good luck of rediscovering a New World (it was first discovered and then forgotten by the Norsemen) before he and his crew died proving the true size of the round Earth and the true extent of Eurasia.

 

In fairness to his navigational skills, it should be pointed out that despite his flawed belief in a small world and a short distance to Asia, Columbus was a master admiral of unparalleled skill, intelligence and personal courage. A failed and quarrelsome administrator on land who brutality exploited and enslaved natives, Columbus is indisputably one of the greatest leaders who ever took to sea. He is alone among the early voyagers in executing and surviving four successful voyages to the New World.

 

What did Columbus Look Like?

 

 

Christopher Columbus in a group scene of great explorers in The Virgin of the Navigators , a painting by Alejo Fernández (c. 1474 - c. 1545).  Most likely painted between 1531 and 1536 this work is an official depiction painted for the Hall of Audiences in the Spanish agency in Seville which controlled Spanish exploration and colonization.  It is a reasonable match to the written descriptions of those who knew Columbus in life even though it was painted well after the death of Columbus.  Fernández lived in Spain and his life overlapped that of Columbus.  This portrait may have been painted from a memory of the same man, late in life, who is also shown in the portrait below by Berruguete.

 

 

 

 

Christopher Columbus, a portrait attributed to Pedro Berruguete (c. 1450- c. 1504), in a private collection.  This work is the most plausible of all portraits since Berruguete lived at the Spanish court, knew Christopher Columbus personally and it is the only portrait claimed to be of Columbus that was painted while Columbus was still alive.   It is a very close match to written descriptions of Columbus by his son and friends, even down to the specific color of hair, a "strawberry blond" tone which some might describe as "red" hair while others would describe it as "blond."

 

Historian Bartolome de las Casas, who knew Columbus well:  "His form was tall, above the medium: his face long and his countenance imposing: his nose aquiline: his eyes clear blue: his complexion light, tending toward a decided red, his beard and hair were red when he was young, but which cares then had early turned white."

 

Ferdinand Columbus,  Christopher's son: "The Admiral was a well built man of more than medium stature, long visaged with cheeks somewhat high, but neither fat nor thin."  and "He had an aquiline nose and his eyes were light in color; his complexion too was light, but kindling to a vivid red. In youth his hair was blond, but when he came to his thirtieth year it all turned white."

 

The stereotypes of Mediterranean peoples often include dark hair, but lighter hair such as Columbus's was common in Northern Italy during the Renaissance, an example being the perfectly preserved lock of strawberry blonde hair of Lucrezia Borgia on display in the Pinacoteca Ambrosiana in Milan, the same color as the hair in Berruguete's painting.

 

 

 

 

Portrait of a Man, by Sebastiano del Piombo, about 1520, Metropolitan Museum of Art, New York.    Although it is still often used as a standard image of Columbus, a role it has played for over a century, this painting is now widely accepted as a portrait of someone else.  The attribution as a portrait of Columbus that is written onto the painting was almost certainly added many years after the creation of the painting in an attempt to increase its value. Attributing portraits of unknown subjects to famous people has long been a technique to increase their value.  Even today, the official description of this painting by the Met fails to mention their portrait does not look anything like the descriptions of Columbus left by those who knew him in life.

 

See Also

General Projections Concepts

 

The Earth as an Ellipsoid

 

Guide to Selecting Map Projections

 

Projections Album