diff options
Diffstat (limited to 'docs/source/operations/projections/peirce_q.rst')
| -rw-r--r-- | docs/source/operations/projections/peirce_q.rst | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/docs/source/operations/projections/peirce_q.rst b/docs/source/operations/projections/peirce_q.rst new file mode 100644 index 00000000..86445ea1 --- /dev/null +++ b/docs/source/operations/projections/peirce_q.rst @@ -0,0 +1,42 @@ +.. _peirce_q: + +******************************************************************************** +Peirce Quincuncial +******************************************************************************** + ++---------------------+----------------------------------------------------------+ +| **Classification** | Miscellaneous | ++---------------------+----------------------------------------------------------+ +| **Available forms** | Forward spherical projection | ++---------------------+----------------------------------------------------------+ +| **Defined area** | Global | ++---------------------+----------------------------------------------------------+ +| **Alias** | peirce_q | ++---------------------+----------------------------------------------------------+ +| **Domain** | 2D | ++---------------------+----------------------------------------------------------+ +| **Input type** | Geodetic coordinates | ++---------------------+----------------------------------------------------------+ +| **Output type** | Projected coordinates | ++---------------------+----------------------------------------------------------+ + + +.. figure:: ./images/peirce_q.png + :width: 500 px + :align: center + :alt: Peirce Quincuncial + + proj-string: ``+proj=peirce_q`` + +Parameters +################################################################################ + +.. note:: All parameters are optional. + +.. include:: ../options/lon_0.rst + +.. include:: ../options/R.rst + +.. include:: ../options/x_0.rst + +.. include:: ../options/y_0.rst |
