Preps an EquidistantCylindricalProjection projection
Optional
params: ProjectionParamsprojection specific parameters
EquidistantCylindricalProjection forward equations--mapping lon-lat to x-y
lon-lat WGS84 point
EquidistantCylindricalProjection inverse equations--mapping x-y to lon-lat
EquidistantCylindricalProjection point
Equidistant Cylindrical (Plate Carrée)
Classification: Conformal cylindrical
Available forms: Forward and inverse
Defined area: Global, but best used near the equator
Alias: eqc, plate_carrée, simple_cylindrical
Domain: 2D
Input type: Geodetic coordinates
Output type: Projected coordinates
Projection String
Usage
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 and NASA World Wind, because of the particularly simple relationship between the position of an image pixel on the map and its corresponding geographic location on Earth.
Special Cases of Cylindrical Equidistant Projection:
Example
Example using EPSG 32662 (WGS84 Plate Carrée):
Output: 222638.98 5232016.07
Example using Plate Carrée projection with true scale at latitude 30° and central meridian 90°W:
Output: 192811.01 3339584.72
Parameters
+lon_0
(Central meridian)+lat_0
(Latitude of origin)+lat_ts
(Latitude of true scale)+x_0
(False easting)+y_0
(False northing)+ellps
(Ellipsoid name)+R
(Radius of the sphere)Mathematical Definition
Forward projection:
$$x = \lambda \cos(\phi_{ts})$$ $$y = \phi - \phi_0$$
Inverse projection:
$$\lambda = x / \cos(\phi_{ts})$$ $$\phi = y + \phi_0$$
Further Reading