diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2017-11-27 23:26:23 +0100 |
|---|---|---|
| committer | Kristian Evers <kristianevers@gmail.com> | 2017-11-27 23:26:23 +0100 |
| commit | 28ead8822488f0cd382f8966a18000f17ef1e958 (patch) | |
| tree | d570e615402d047b3ec98326f697785ba78b8d06 /docs/source/usage | |
| parent | 410ad2d07515a734d04bf4c44c694fd5b548f1a2 (diff) | |
| download | PROJ-28ead8822488f0cd382f8966a18000f17ef1e958.tar.gz PROJ-28ead8822488f0cd382f8966a18000f17ef1e958.zip | |
Added projections parameters to aeqd and airy doc pages
Diffstat (limited to 'docs/source/usage')
| -rw-r--r-- | docs/source/usage/operations/projections/aeqd.rst | 14 | ||||
| -rw-r--r-- | docs/source/usage/operations/projections/airy.rst | 18 |
2 files changed, 30 insertions, 2 deletions
diff --git a/docs/source/usage/operations/projections/aeqd.rst b/docs/source/usage/operations/projections/aeqd.rst index 949cd8a0..32165e49 100644 --- a/docs/source/usage/operations/projections/aeqd.rst +++ b/docs/source/usage/operations/projections/aeqd.rst @@ -3,8 +3,20 @@ ******************************************************************************** Azimuthal Equidistant ******************************************************************************** ++---------------------+----------------------------------------------------------+ +| **Classification** | Azimuthal | ++---------------------+----------------------------------------------------------+ +| **Available forms** | Forward and inverse, spherical and elliptical projection | ++---------------------+----------------------------------------------------------+ +| **Implemented by** | Gerald I. Evenden | ++---------------------+----------------------------------------------------------+ +| **Options** | ++---------------------+----------------------------------------------------------+ +| `+guam` | Use Guam elliptical formulas. Defaults to false. | ++---------------------+----------------------------------------------------------+ + .. image:: ./images/aeqd.png :scale: 50% - :alt: Azimuthal Equidistant + :alt: Azimuthal Equidistant diff --git a/docs/source/usage/operations/projections/airy.rst b/docs/source/usage/operations/projections/airy.rst index 307af3e3..d2730592 100644 --- a/docs/source/usage/operations/projections/airy.rst +++ b/docs/source/usage/operations/projections/airy.rst @@ -3,8 +3,24 @@ ******************************************************************************** Airy ******************************************************************************** ++---------------------+----------------------------------------------------------+ +| **Classification** | | ++---------------------+----------------------------------------------------------+ +| **Available forms** | Forward spherical projection | ++---------------------+----------------------------------------------------------+ +| **Defined area** | Global | ++---------------------+----------------------------------------------------------+ +| **Implemented by** | Gerald I. Evenden | ++---------------------+----------------------------------------------------------+ +| **Options** | ++---------------------+----------------------------------------------------------+ +| `+lat_b` | | ++---------------------+----------------------------------------------------------+ +| `+no_cut` | Do not cut at hemisphere limit | ++---------------------+----------------------------------------------------------+ + .. image:: ./images/airy.png :scale: 50% - :alt: Airy + :alt: Airy |
