From b2fe2277e225d3e666cdcce92182595bb547cb0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bojan=20=C5=A0avri=C4=8D?= Date: Wed, 22 Aug 2018 10:43:19 -0700 Subject: Adding ellipsoidal equations for the Equal Earth (#1101) --- docs/source/operations/projections/eqearth.rst | 32 ++++++++++++++------------ 1 file changed, 17 insertions(+), 15 deletions(-) (limited to 'docs/source') diff --git a/docs/source/operations/projections/eqearth.rst b/docs/source/operations/projections/eqearth.rst index dc5dd8f9..cbc2ab15 100644 --- a/docs/source/operations/projections/eqearth.rst +++ b/docs/source/operations/projections/eqearth.rst @@ -6,21 +6,21 @@ Equal Earth .. versionadded:: 5.2.0 -+---------------------+--------------------------------------------------------+ -| **Classification** | Pseudo cylindrical | -+---------------------+--------------------------------------------------------+ -| **Available forms** | Forward and inverse, spherical projection | -+---------------------+--------------------------------------------------------+ -| **Defined area** | Global | -+---------------------+--------------------------------------------------------+ -| **Alias** | eqearth | -+---------------------+--------------------------------------------------------+ -| **Domain** | 2D | -+---------------------+--------------------------------------------------------+ -| **Input type** | Geodetic coordinates | -+---------------------+--------------------------------------------------------+ -| **Output type** | Projected coordinates | -+---------------------+--------------------------------------------------------+ ++---------------------+-----------------------------------------------------------+ +| **Classification** | Pseudo cylindrical | ++---------------------+-----------------------------------------------------------+ +| **Available forms** | Forward and inverse, spherical and ellipsoidal projection | ++---------------------+-----------------------------------------------------------+ +| **Defined area** | Global | ++---------------------+-----------------------------------------------------------+ +| **Alias** | eqearth | ++---------------------+-----------------------------------------------------------+ +| **Domain** | 2D | ++---------------------+-----------------------------------------------------------+ +| **Input type** | Geodetic coordinates | ++---------------------+-----------------------------------------------------------+ +| **Output type** | Projected coordinates | ++---------------------+-----------------------------------------------------------+ @@ -50,6 +50,8 @@ Parameters .. include:: ../options/lon_0.rst +.. include:: ../options/ellps.rst + .. include:: ../options/R.rst .. include:: ../options/x_0.rst -- cgit v1.2.3