Bertin 1953
Added in version 6.0.0.
Classification |
Miscellaneous |
Available forms |
Forward, spherical projection |
Defined area |
Global |
Alias |
bertin1953 |
Domain |
2D |
Input type |
Geodetic coordinates |
Output type |
Projected coordinates |
The Bertin 1953 projection is intended for making world maps. 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. The projection was formulated in 2017 by Philippe Rivière for visionscarto.net.
Usage
The Bertin 1953 projection has no special options. Its rotation parameters are fixed. Here is an example of a forward projection with scale 1:
$ echo 122 47 | proj +proj=bertin1953 +R=1
0.72 0.73
Parameters
Note
All parameters for the projection are optional.
- +R=<value>
Radius of the sphere, given in meters. If used in conjunction with
+ellps
,+R
takes precedence.See Ellipsoid size parameters for more information.
- +x_0=<value>
False easting, easting at false origin or easting at projection centre (naming and meaning depend on the projection method). Always in meters.
Defaults to 0.0.
- +y_0=<value>
False northing, northing at false origin or northing at projection centre (naming and meaning depend on the projection method). Always in meters.
Defaults to 0.0.
Further reading
Philippe Rivière (2017). Bertin Projection (1953) <https://visionscarto.net/bertin-projection-1953>, Visionscarto.net.