diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2018-04-30 22:42:59 +0200 |
|---|---|---|
| committer | Kristian Evers <kristianevers@gmail.com> | 2018-04-30 22:57:05 +0200 |
| commit | 970d708ff9d796f7d9ec00b22023e835fbdc7f2d (patch) | |
| tree | cbee11737ed36f20e51ba19c9e8faa757e79ac0d /docs/source/operations/projections/airy.rst | |
| parent | cd23e5f1b2630ee07567bd361373ba725774061b (diff) | |
| download | PROJ-970d708ff9d796f7d9ec00b22023e835fbdc7f2d.tar.gz PROJ-970d708ff9d796f7d9ec00b22023e835fbdc7f2d.zip | |
Refactor operation doc pages
Extended the use of the :option: directive to all currently written
operation doc pages. In the process several more default parameters were
added for easy inclusion in other doc pages.
Expanded the info tables for each operation with "domain", "alias",
"input type" and "output type".
Corrected various errors along the way. Mainly formatting errors and
references to invalid parameters such as +sym in hatano.
Diffstat (limited to 'docs/source/operations/projections/airy.rst')
| -rw-r--r-- | docs/source/operations/projections/airy.rst | 37 |
1 files changed, 29 insertions, 8 deletions
diff --git a/docs/source/operations/projections/airy.rst b/docs/source/operations/projections/airy.rst index eefda4e9..1c856d0a 100644 --- a/docs/source/operations/projections/airy.rst +++ b/docs/source/operations/projections/airy.rst @@ -9,26 +9,47 @@ within the small or great circle defined by an angular distance, :math:`\phi_b`, from the tangency point of the plane :math:`( \lambda_0, \phi_0 )`. +---------------------+----------------------------------------------------------+ -| **Classification** | | +| **Classification** | Azimuthal | +---------------------+----------------------------------------------------------+ | **Available forms** | Forward spherical projection | +---------------------+----------------------------------------------------------+ | **Defined area** | Global | +---------------------+----------------------------------------------------------+ -| **Implemented by** | Gerald I. Evenden | +| **Alias** | airy | +---------------------+----------------------------------------------------------+ -| **Options** | ++ **Domain** | 2D | +---------------------+----------------------------------------------------------+ -| `+lat_b` | Angular distance from tangency point of the plane | -| | :math:`( \lambda_0, \phi_0 )` where the error is kept at | -| | minimum. Defaults to :math:`90^{\circ}` which is | -| | suitable for hemispherical maps. | +| **Input type** | Geodetic coordinates | +---------------------+----------------------------------------------------------+ -| `+no_cut` | Do not cut at hemisphere limit | +| **Output type** | Projected coordinates | +---------------------+----------------------------------------------------------+ + .. image:: ./images/airy.png :scale: 50% :alt: Airy +Options +################################################################################ + +.. option:: +lat_b + + Angular distance from tangency point of the plane :math:`( \lambda_0, \phi_0 )` + where the error is kept at minimum. + + *Defaults to 90° (suitable for hemispherical maps).* + +.. option:: +no_cut + + Do not cut at hemisphere limit + +.. include:: ../options/lat_0.rst + +.. include:: ../options/lon_0.rst + +.. include:: ../options/x_0.rst + +.. include:: ../options/y_0.rst + +.. include:: ../options/R.rst |
