Cartogram


A cartogram is a map in which some thematic mapping variable – such as travel time, population, or GNP – is substituted for land area or distance. The geometry or space of the map is distorted, sometimes extremely, in order to convey the information of this alternate variable. They are primarily used to display emphasis and for analysis as nomographs.
Two common types of cartograms are area and distance cartograms. Cartograms have a fairly long history, with examples from the mid-1800s.

Area cartograms

An area cartogram is sometimes referred to as a value-by-area map or an isodemographic map, the latter particularly for a population cartogram, which illustrates the relative sizes of the populations of the countries of the world by scaling the area of each country in proportion to its population; the shape and relative location of each country is retained to as large an extent as possible, but inevitably a large amount of distortion results. Other synonyms in use are anamorphic map, density-equalizing map and Gastner map.
Area cartograms may be contiguous or noncontiguous. The area cartograms shown on this page are all contiguous, where all areas are connected together and continuously deformed, while a good example of a noncontiguous cartogram was published in The New York Times, where each area is disconnected from the rest, and is scaled while maintaining the area's shape. This method of cartogram creation is sometimes referred to as the projector method or scaled-down regions.
Cartograms may be classified also by the properties of shape and topology preservation. Classical area cartograms are typically distorting the shape of spatial units to some degree, but they are strict at preserving correct neighborhood relationships between them. Scaled-down cartograms are strictly shape-preserving. Another branch of cartograms introduced by Dorling, replaces actual shapes with circles scaled according to the mapped feature. Circles are distributed to resemble the original topology. Demers cartogram is a variation of Dorling cartogram, but it uses rectangles instead of circles, and attempts to retain visual cues at the expense of minimum distance. Schematic maps based on quad trees can be seen as non shape-preserving cartograms with some degree of neighborhood preservation.
A collection of contiguous area cartograms is available at Worldmapper, which was started by a collaborative team of researchers at the universities of Sheffield and Michigan.

Linear cartograms

While an area cartogram manipulates the area of a polygon feature, a linear cartogram manipulates linear distance on a line feature. The spatial distortion allows the map reader to easily visualize intangible concepts such as travel time and connectivity on a network. Distance cartograms are also useful for comparing such concepts among different geographic features. A distance cartogram may also be called a central-point cartogram.
A common use of distance cartograms is to show the relative travel times and directions from vertices in a network. For example, on a distance cartogram showing travel time between cities, the less time required to get from one city to another, the shorter the distance on the cartogram will be. When it takes a longer time to travel between two cities, they will be shown as further apart in the cartogram, even if they are physically close together.
Distance cartograms are also used to show connectivity. This is common on subway and metro maps, where stations and stops are shown as being the same distance apart on the map even though the true distance varies. Though the exact time and distance from one location to another is distorted, these cartograms are still useful for travel and analysis.

Production

One of the first cartographers to generate cartograms with the aid of computer visualization was Waldo Tobler of UC Santa Barbara in the 1960s. Prior to Tobler's work, cartograms were created by hand. The National Center for Geographic Information and Analysis located on the UCSB campus maintains an online with resources regarding cartograms.
A number of software packages generate cartograms. Most of the available cartogram generation tools work in conjunction with other GIS software tools as add-ons or independently produce cartographic outputs from GIS data formatted to work with commonly used GIS products. Examples of cartogram software include ScapeToad, Cart, and the Cartogram Processing Tool, which all use the Gastner-Newman algorithm. An alternative algorithm, Carto3F, is also implemented as an independent program for non-commercial use on Windows platforms. This program also provides an optimization to the original Dougenik rubber-sheet algorithm.
The CRAN package provides an implementation of a rectangular cartogram algorithm.
Cartograms can also be constructed manually, either by hand or in a computer-assisted environment. Block cartograms are constructed by arranging geometrically regular equal-sized blocks, with the number of blocks allocated to each district proportional to the population variable. Several examples of block cartograms were published during the 2016 U.S. presidential election season by The Washington Post, the FiveThirtyEight blog, and the Wall Street Journal, among others.

Algorithms