equirectangular projection

{{Short description|Cylindrical equidistant map projection}}

File:Equirectangular projection SW.jpg

File:Plate Carrée with Tissot's Indicatrices of Distortion.svg of deformation and with the standard parallels lying on the equator]]

File:Blue Marble 2002.png

File:World elevation map.png of planet Earth at 2km per pixel, including oceanic bathymetry information, normalized as 8-bit grayscale. Because of its easy conversion between x, y pixel information and lat-lon, maps like these are very useful for software map renderings.]]

The equirectangular projection (also called the equidistant cylindrical projection or la carte parallélogrammatique projection), and which includes the special case of the plate carrée projection (also called the geographic projection, lat/lon projection, or plane chart), is a simple map projection attributed to Marinus of Tyre who, Ptolemy claims, invented the projection about AD 100.Flattening the Earth: Two Thousand Years of Map Projections, John P. Snyder, 1993, pp. 5–8, {{ISBN|0-226-76747-7}}.

The projection maps meridians to vertical straight lines of constant spacing (for meridional intervals of constant spacing), and circles of latitude to horizontal straight lines of constant spacing (for constant intervals of parallels). The projection is neither equal area nor conformal. Because of the distortions introduced by this projection, it has little use in navigation or cadastral mapping and finds its main use in thematic mapping. In particular, the plate carrée has become a standard for global raster datasets, such as Celestia, NASA World Wind, the USGS Astrogeology Research Program, and Natural Earth, because of the particularly simple relationship between the position of an image pixel on the map and its corresponding geographic location on Earth or other spherical solar system bodies. In addition it is frequently used in panoramic photography to represent a spherical panoramic image.{{cite web |title=Equirectangular Projection - PanoTools.org Wiki |url=https://wiki.panotools.org/Equirectangular_Projection |access-date=2021-05-04 |website=wiki.panotools.org}}

Definition

The forward projection transforms spherical coordinates into planar coordinates. The reverse projection transforms from the plane back onto the sphere. The formulae presume a spherical model and use these definitions:

  • \lambda is the longitude of the location to project;
  • \varphi is the latitude of the location to project;
  • \varphi_1 are the standard parallels (north and south of the equator) where the scale of the projection is true;
  • \varphi_0 is the central parallel of the map;
  • \lambda_0 is the central meridian of the map;
  • x is the horizontal coordinate of the projected location on the map;
  • y is the vertical coordinate of the projected location on the map;
  • R is the radius of the globe.

Longitude and latitude variables are defined here in terms of radians.

=Forward=

:\begin{align}

x &= R (\lambda - \lambda_0) \cos \varphi_1\\

y &= R (\varphi - \varphi_0)

\end{align}

The {{lang|fr|plate carrée}} (French, for flat square),{{Cite web |title=Plate Carrée - a simple example |last=Farkas |first=Gábor |work=O’Reilly Online Learning |date= |access-date=31 December 2022 |url= https://www.oreilly.com/library/view/practical-gis/9781787123328/Text/b21938a9-09f7-46fa-b905-58a0a4ed7d8f.xhtml}} is the special case where \varphi_1 is zero. This projection maps x to be the value of the longitude and y to be the value of the latitude,{{cite book |url=https://books.google.com/books?id=-FbVI-2tSuYC&pg=PA119 |page=119 |title=Geographic Information Systems and Science |author1=Paul A. Longley |author2=Michael F. Goodchild |author3=David J. Maguire |author4=David W. Rhind |publisher=John Wiley & Sons |year=2005|isbn=9780470870013 }} and therefore is sometimes called the latitude/longitude or lat/lon(g) projection. Despite sometimes being called "unprojected",{{by whom|date=December 2022}} it is actually projected.{{cn|date=December 2022}}

When the \varphi_1 is not zero, such as Marinus's \varphi_1=36,Flattening the Earth: Two Thousand Years of Map Projections, John P. Snyder, 1993, pp. 7, {{ISBN|0-226-76747-7}}. the Gall isographic projection's \varphi_1=45, or Ronald Miller's \varphi_1=(37.5, 43.5, 50.5),{{cite web |title=Equidistant Cylindrical (Plate Carrée) |url=https://proj.org/operations/projections/eqc.html |website=PROJ coordinate transformation software library |access-date=25 August 2020}} the projection can portray particular latitudes of interest at true scale.

While a projection with equally spaced parallels is possible for an ellipsoidal model, it would no longer be equidistant because the distance between parallels on an ellipsoid is not constant. More complex formulae can be used to create an equidistant map whose parallels reflect the true spacing.

=Reverse=

:\begin{align}

\lambda &= \frac{x} {R \cos \varphi_1} + \lambda_0\\

\varphi &= \frac{y} {R} + \varphi_0

\end{align}

=Alternative names=

In spherical panorama viewers, usually:

  • \lambda is called "yaw";{{cite web |title=Yaw - PanoTools.org Wiki |url=https://wiki.panotools.org/Yaw |access-date=2021-05-04 |website=wiki.panotools.org}}
  • \varphi is called "pitch";{{cite web |title=Pitch - PanoTools.org Wiki |url=https://wiki.panotools.org/Pitch |access-date=2021-05-04 |website=wiki.panotools.org}}

where both are defined in degrees.

See also

References

{{Reflist}}