diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2017-09-18 22:21:20 +0200 |
|---|---|---|
| committer | Kristian Evers <kristianevers@gmail.com> | 2017-09-18 22:21:20 +0200 |
| commit | 6d1a1ff4e470bb4d26be46bdf01de3d94e6ab8e9 (patch) | |
| tree | 7bec3d77463fba3ff68ebabcc127ad504da0836d /docs/source/projections/fouc_s.rst | |
| parent | 1f60b8c407ac202916cf4570683935fcca451531 (diff) | |
| download | PROJ-6d1a1ff4e470bb4d26be46bdf01de3d94e6ab8e9.tar.gz PROJ-6d1a1ff4e470bb4d26be46bdf01de3d94e6ab8e9.zip | |
Moved projection list to using chapter and created a list of transformations. Both are grouped in a section called operations.
Diffstat (limited to 'docs/source/projections/fouc_s.rst')
| -rw-r--r-- | docs/source/projections/fouc_s.rst | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/docs/source/projections/fouc_s.rst b/docs/source/projections/fouc_s.rst deleted file mode 100644 index ac353adb..00000000 --- a/docs/source/projections/fouc_s.rst +++ /dev/null @@ -1,25 +0,0 @@ -.. _fouc_s: - -******************************************************************************** -Foucaut Sinusoidal -******************************************************************************** - -.. image:: ./images/fouc_s.png - :scale: 50% - :alt: Foucaut Sinusoidal - - -The `y`-axis is based upon a weighted mean of the cylindrical equal-area and -the sinusoidal projections. Parameter :math:`n=n` is the weighting factor where -:math:`0 <= n <= 1`. - -.. math:: - - x &= \lambda \cos \phi / (n + (1 - n) \ cos \phi) - - y &= n \phi + (1 - n) \sin \phi - -For the inverse, the Newton-Raphson method can be used to determine -:math:`\phi` from the equation for :math:`y` above. As :math:`n \rightarrow 0` and -:math:`\phi \rightarrow \pi/2`, convergence is slow but for :math:`n = 0`, :math:`\phi = -\sin^1y` |
