The Mercator projection is a cylindrical map projection originating from the 16th century.
It is widely recognized as the first regularly used map projection. It is a conformal projection
where the equator projects to a straight line at constant scale. A rhumb line, or course of
constant heading, projects to a straight line, making it suitable for navigational purposes.
Classification: Conformal cylindrical
Available forms: Forward and Inverse, spherical and ellipsoidal
Defined area: Global, but best used near the equator
Alias: merc
Domain: 2D
Input type: Geodetic coordinates
Output type: Projected coordinates
Projection String
+proj=merc
Usage
The Mercator projection is often used for equatorial regions and navigational charts. It is not
suitable for world maps due to significant area distortions. For example, Greenland appears
larger than South America in the projection, despite Greenland's actual area being approximately
one-eighth of South America's.
Mercator Projection
The Mercator projection is a cylindrical map projection originating from the 16th century. It is widely recognized as the first regularly used map projection. It is a conformal projection where the equator projects to a straight line at constant scale. A rhumb line, or course of constant heading, projects to a straight line, making it suitable for navigational purposes.
Classification: Conformal cylindrical
Available forms: Forward and Inverse, spherical and ellipsoidal
Defined area: Global, but best used near the equator
Alias:
merc
Domain: 2D
Input type: Geodetic coordinates
Output type: Projected coordinates
Projection String
Usage
The Mercator projection is often used for equatorial regions and navigational charts. It is not suitable for world maps due to significant area distortions. For example, Greenland appears larger than South America in the projection, despite Greenland's actual area being approximately one-eighth of South America's.
Examples:
Note:
+lat_ts
and+k_0
are mutually exclusive. If both are used,+lat_ts
takes precedence over+k_0
.Parameters
lat_ts
: Latitude of true scalek_0
: Scaling factorlon_0
: Longitude of originx_0
: False eastingy_0
: False northingellps
: EllipsoidR
: Radius of the sphereMathematical Definition
Spherical Form
Ellipsoidal Form
Further Reading