Equirectangular

Name: EquirectangularVersion Id: 1.0.0.0
Description:The Equirectangular class contains parameters for the Equirectangular map projection. Synder 1987, DOI:10.3133/pp1395, page 90: https://pubs.usgs.gov/pp/1395/report.pdf#page=102 PROJ: https://proj.org/operations/projections/eqc.html forward: x = R * (lambda - lambda_0) * cos(phi_1) y = R * (phi - phi_1) and reverse: lambda = (x / R cos(phi_1)) + lambda_0 phi = (y / R) + phi_1 where: lambda is the longitude of the location to project on the body; phi is the latitude of the location to project on the body; phi_1 is the standard parallel (north and south of the equator) where the scale of the projection is true; 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 body.
Namespace Id: cartSteward: imgRole: TBD_roleStatus: Active
Class Hierarchy: Equirectangular
Attribute(s)NameCardinalityValue
 latitude_​of_​projection_​origin0..1None
 standard_​parallel_​11..1None
 longitude_​of_​central_​meridian1..1None
No Associations 
Referenced from: Map_​Projection