From 8b1941a8e622d7bce9481e0446f6156e3f6074dd Mon Sep 17 00:00:00 2001 From: Kristian Evers Date: Wed, 28 Mar 2018 16:35:35 +0200 Subject: Add info table to orthographic projection docs --- docs/source/operations/projections/ortho.rst | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/source/operations/projections/ortho.rst b/docs/source/operations/projections/ortho.rst index 131dbfc7..edb3fa14 100644 --- a/docs/source/operations/projections/ortho.rst +++ b/docs/source/operations/projections/ortho.rst @@ -4,7 +4,25 @@ Orthographic ******************************************************************************** +The orthographic projection is a perspective azimuthal projection centered +around a given latitude and longitude. + ++---------------------+--------------------------------------------------------+ +| **Classification** | Azimuthal | ++---------------------+--------------------------------------------------------+ +| **Available forms** | Forward and inverse, spherical projection | ++---------------------+--------------------------------------------------------+ +| **Defined area** | Global, although only one hemisphere can be seen at a | +| | time | ++---------------------+--------------------------------------------------------+ +| **Options** | ++---------------------+--------------------------------------------------------+ +| `+lon_0` | Longitudinal projection center | ++---------------------+--------------------------------------------------------+ +| `+lat_0` | Latitudinal projection center | ++---------------------+--------------------------------------------------------+ + .. image:: ./images/ortho.png :scale: 50% - :alt: Orthographic + :alt: Orthographic -- cgit v1.2.3