Bertin Projection (1953)

#projections #cartography #code #programming #d3.js #proj.4 #qgis

1 October 2017

 

Created by Jacques Bertin in 1953, this projection was the go-to choice of the French cartographic school when they wished to represent phenomena on a global scale. We present a formula to reproduce and automate it by computer code.

research & development: Philippe Rivière

PNG - 185 KiB
Bertin projection 1953, approached by our formula

If you are looking for a base map for your projects, do not download this image: go instead to our dedicated page.

The 1953 Bertin projection was originally presented in the form of a drawing which came with the following explanation:

Projection with regional compromise in which the compromise is no longer homogeneous but is modified for a larger deformation of the oceans, to give a lesser deformation of the continents.”

Jacques Bertin, Semiology of Graphics, 1967 (translated by William J. Berg, 1983).

It is commonly used for geopolitical maps, because — as taught at Sciences-Po — “the end of the Cold War world situation requires a projection that presents the lowest possible distortion at the North Pole, a high point of conflict during this period. The projection of Jacques Bertin 1953 with regional compensation owns this property.”

Another property contributes to its scientific, but also aesthetic interest: it is one of the rare projections to preserve almost all surfaces, without distorting the countries in too grotesque a way. A notable exception is North America, which appears highly twisted. This is why this projection has little chance of success in the United States.

These properties — preserving shape and preserving areas — are, as we know, irreconcilable. It is mathematically impossible to spread a sphere (the surface of the globe) on a flat surface (paper) without creating elastic stresses (which prevent preservation of surfaces - a property called equivalence), twists (which prevent preservation of angles, or conformality) or cuts (which prevent preservation of paths).

Any flat projection is therefore a compromise between these dissonant demands, and during his research Jacques Bertin proposed several solutions, adapted to different situations.

JPEG - 368.4 KiB
A few projections and their advantages
Jacques Bertin, Sémiologie graphique, 1967 edition

Bertin’s 1953 drawing (reproduced here in Semiology of Graphics, page 295 of the French edition, figure 13) shows the “vision” and indicates the way forward. But in our time of geographical information systems (GIS), having a base map in the form of a drawing is no longer acceptable. In order to be able to automatically assign values to shapes (for example, by indicating one color per country, to make a choropleth), these shapes must be named according to a standard reference frame. And if you want to position geo-referenced data on a base map, this base must itself be geo-referenced.

To be able to work with the Bertin projection, we had to find the formula to translate the drawing to the computer. And, after investigation, we had to face the obvious: such a formula did not exist.

Anne Le Fur, cartographer, geographer and a member of the AFDEC Cartographic Creation Workshop, is a former student of Jacques Bertin. She explains:

Jacques Bertin’s work was drawing, artistic and very talented. (...) Jacques Bertin had a transparent glass globe on which he had drawn a meridian / parallel grid reference. And he was projecting it, literally. With different angles of view, he projected this grid onto a paper. There was nothing mathematical about it.”

End of the line, then, in terms of the quest for a formula. But weren’t the clues sufficient to create a formula that would take this approach? Let’s recap: we had the “visual” projection method in the literal sense; the search for minimal distortion in continents; the preservation of areas on the continents... and the drawing!

After much probing, drawing and redrawing the map, the light finally turned on. Starting from a Briesemeister projection, and applying some “warping” to it, one ends up getting a “fairly good” superposition with Bertin’s drawing, as it had been reproduced and diffused since then.

You will find here its formula, coded for the D3.js library. See the documentation of d3-geo-projection. We make this code and formula available to anyone interested in using it, under an unrestricted free license. The projection is also available for WebGL, proj,g.projector and QGIS.

You can also download base maps created with this projection, in SVG format.

Do not hesitate to use them, and we thank you in advance if you would like to send us an image of the maps you produce with it, whether in a school or professional setting, or even for your hobbies — because there is nothing more relaxing than drawing a map with colored pencils.

↬ Philippe Rivière

 

With precious help from: Anne Le Fur; Mike Bostock; Jason Davies; Bruno Bergot; Christian Mercat; Agnès Stienne; Philippe Rekacewicz; RJ Andrews. Merci!

* * *

JPEG - 75.9 KiB
Images of the Earth made with this projection

 

What’s next

It is quite possible that better formulas can produce almost identical shapes on continents, but with fewer defects in the oceans. We intend to improve the proposed formula. Your ideas are welcome.