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/qsc.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/qsc.rst')
| -rw-r--r-- | docs/source/operations/projections/qsc.rst | 24 |
1 files changed, 20 insertions, 4 deletions
diff --git a/docs/source/operations/projections/qsc.rst b/docs/source/operations/projections/qsc.rst index 740901e8..56d4ea3f 100644 --- a/docs/source/operations/projections/qsc.rst +++ b/docs/source/operations/projections/qsc.rst @@ -11,15 +11,16 @@ Quadrilateralized Spherical Cube +---------------------+----------------------------------------------------------+ | **Defined area** | Global | +---------------------+----------------------------------------------------------+ -| **Implemented by** | Martin Lambers | +| **Alias** | qsc | +---------------------+----------------------------------------------------------+ -| **Options** | +| **Domain** | 2D | +---------------------+----------------------------------------------------------+ -| `+lat_0` | Latitude (in degrees) of the view position. | +| **Input type** | Geodetic coordinates | +---------------------+----------------------------------------------------------+ -| `+lon_0` | Longitude (in degrees) of the view position. | +| **Output type** | Projected coordinates | +---------------------+----------------------------------------------------------+ + The purpose of the Quadrilateralized Spherical Cube (QSC) projection is to project a sphere surface onto the six sides of a cube: @@ -151,6 +152,21 @@ The resulting images can be laid out in a grid like below. | | |bottomside| | | | +------------+--------------+-------------+------------+ +Parameters +################################################################################ + +.. note:: All parameters for the projection are optional. + +.. include:: ../options/lon_0.rst + +.. include:: ../options/lat_0.rst + +.. include:: ../options/ellps.rst + +.. include:: ../options/x_0.rst + +.. include:: ../options/y_0.rst + Further reading ################################################################################ |
