diff options
| author | Bojan Šavrič <bsavric@esri.com> | 2018-08-22 10:43:19 -0700 |
|---|---|---|
| committer | Kristian Evers <kristianevers@gmail.com> | 2018-08-22 19:43:19 +0200 |
| commit | b2fe2277e225d3e666cdcce92182595bb547cb0c (patch) | |
| tree | 957932ebc58781d39d7e01eea36610b354310bd4 /docs/source | |
| parent | 3e9ae6f6ef2a36c3b69f0ee81698c9710fedf6af (diff) | |
| download | PROJ-b2fe2277e225d3e666cdcce92182595bb547cb0c.tar.gz PROJ-b2fe2277e225d3e666cdcce92182595bb547cb0c.zip | |
Adding ellipsoidal equations for the Equal Earth (#1101)
Diffstat (limited to 'docs/source')
| -rw-r--r-- | docs/source/operations/projections/eqearth.rst | 32 |
1 files changed, 17 insertions, 15 deletions
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 |
