diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2019-02-23 10:39:23 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2019-02-23 11:10:32 +0100 |
| commit | 24510326837c79f902b040b0987f225af8fcd4f9 (patch) | |
| tree | aaea6d1841b968942d2649b8a092efc9b20051c7 /docs/source | |
| parent | 50cfb37a04c452bbdec2f6ce3c09ee20624ccb7f (diff) | |
| download | PROJ-24510326837c79f902b040b0987f225af8fcd4f9.tar.gz PROJ-24510326837c79f902b040b0987f225af8fcd4f9.zip | |
Doc: add minimal documentation for patterson projection
Diffstat (limited to 'docs/source')
| -rw-r--r-- | docs/source/operations/projections/index.rst | 1 | ||||
| -rw-r--r-- | docs/source/operations/projections/patterson.rst | 46 | ||||
| -rw-r--r-- | docs/source/references.bib | 10 |
3 files changed, 57 insertions, 0 deletions
diff --git a/docs/source/operations/projections/index.rst b/docs/source/operations/projections/index.rst index e6ec9076..5e612d9f 100644 --- a/docs/source/operations/projections/index.rst +++ b/docs/source/operations/projections/index.rst @@ -99,6 +99,7 @@ Projections map the spherical 3D space to a flat 2D space. omerc ortel ortho + patterson pconic poly putp1 diff --git a/docs/source/operations/projections/patterson.rst b/docs/source/operations/projections/patterson.rst new file mode 100644 index 00000000..11211a5f --- /dev/null +++ b/docs/source/operations/projections/patterson.rst @@ -0,0 +1,46 @@ +.. _patterson: + +******************************************************************************** +Patterson +******************************************************************************** + +The Patterson projection is a cylindrical map projection designed for +general-purpose mapmaking. + +See :cite:`Patterson2015` + ++---------------------+----------------------------------------------------------+ +| **Classification** | Cylindrical | ++---------------------+----------------------------------------------------------+ +| **Available forms** | Forward and inverse, spherical projection | ++---------------------+----------------------------------------------------------+ +| **Defined area** | Global | ++---------------------+----------------------------------------------------------+ +| **Alias** | patterson | ++---------------------+----------------------------------------------------------+ +| **Domain** | 2D | ++---------------------+----------------------------------------------------------+ +| **Input type** | Geodetic coordinates | ++---------------------+----------------------------------------------------------+ +| **Output type** | Projected coordinates | ++---------------------+----------------------------------------------------------+ + +.. figure:: ./images/patterson.png + :width: 500 px + :align: center + :alt: Patterson + + proj-string: ``+proj=patterson`` + +Parameters +################################################################################ + +.. note:: All parameters are optional for projection. + +.. include:: ../options/lon_0.rst + +.. include:: ../options/R.rst + +.. include:: ../options/x_0.rst + +.. include:: ../options/y_0.rst diff --git a/docs/source/references.bib b/docs/source/references.bib index b36e1e2d..0d9fc8a4 100644 --- a/docs/source/references.bib +++ b/docs/source/references.bib @@ -197,6 +197,16 @@ Url = {https://archive.org/details/DTIC_ADA026294} } +@Article{Patterson2015, + Title = {Introducing the Patterson Cylindrical Projection}, + Author = {Tom Patterson, Bojan Šavrič, Bernhard Jenny}, + Journal = {Cartographic Perspectives}, + Year = {2015}, + Number = {78}, + + Doi = {10.14714/CP78.1270} +} + @article{Ruffhead2016, author = {A. C. Ruffhead}, title = {Introduction to multiple regression equations in datum transformations and their reversibility}, |
