Content deleted Content added
m Task 18 (cosmetic): eval 1 template: hyphenate params (1×); |
Kleinpecan (talk | contribs) |
||
Line 6:
==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 [[Figure of the Earth|spherical model]] and use these definitions:
Longitude and latitude variables are defined here in terms of radians.
===Forward===
x &= R (\lambda - \lambda_0) \cos \varphi_1\\
y &= R (\varphi - \varphi_0)
Line 29:
===Reverse===
\lambda &= \frac{x} {R \cos \varphi_1} + \lambda_0\\
\varphi &= \frac{y} {R} + \varphi_0
|