diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2019-02-23 15:41:34 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2019-02-23 15:41:34 +0100 |
| commit | 25564ae152bfe06e765a49a7d5666645037ad0a5 (patch) | |
| tree | f0db7f75137c1362ef3650d50b4643e7d8ac2132 /docs | |
| parent | d775b0b07bf8b7f3c78ec259238265d15abac224 (diff) | |
| download | PROJ-25564ae152bfe06e765a49a7d5666645037ad0a5.tar.gz PROJ-25564ae152bfe06e765a49a7d5666645037ad0a5.zip | |
Doc: add minimal doumentation for times projection
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/plot/plotdefs.json | 11 | ||||
| -rw-r--r-- | docs/source/operations/projections/images/times.png | bin | 0 -> 421132 bytes | |||
| -rw-r--r-- | docs/source/operations/projections/index.rst | 1 | ||||
| -rw-r--r-- | docs/source/operations/projections/times.rst | 43 |
4 files changed, 55 insertions, 0 deletions
diff --git a/docs/plot/plotdefs.json b/docs/plot/plotdefs.json index daaf2ef8..8d763f0c 100644 --- a/docs/plot/plotdefs.json +++ b/docs/plot/plotdefs.json @@ -1233,6 +1233,17 @@ "type": "line" }, { + "filename": "times.png", + "latmax": 90, + "latmin": -90, + "lonmax": 180, + "lonmin": -180, + "name": "times", + "projstring": "+proj=times", + "res": "low", + "type": "poly" + }, + { "filename": "tissot.png", "latmax": 90, "latmin": -90, diff --git a/docs/source/operations/projections/images/times.png b/docs/source/operations/projections/images/times.png Binary files differnew file mode 100644 index 00000000..b7d9c481 --- /dev/null +++ b/docs/source/operations/projections/images/times.png diff --git a/docs/source/operations/projections/index.rst b/docs/source/operations/projections/index.rst index b2f57987..6ad4c3ff 100644 --- a/docs/source/operations/projections/index.rst +++ b/docs/source/operations/projections/index.rst @@ -126,6 +126,7 @@ Projections map the spherical 3D space to a flat 2D space. gstmerc tcc tcea + times tissot tmerc tobmerc diff --git a/docs/source/operations/projections/times.rst b/docs/source/operations/projections/times.rst new file mode 100644 index 00000000..33e12148 --- /dev/null +++ b/docs/source/operations/projections/times.rst @@ -0,0 +1,43 @@ +.. _times: + +******************************************************************************** +Times +******************************************************************************** + +See :cite:`Snyder1993`, p.213-214. + ++---------------------+----------------------------------------------------------+ +| **Classification** | Cylindrical | ++---------------------+----------------------------------------------------------+ +| **Available forms** | Forward and inverse, spherical projection | ++---------------------+----------------------------------------------------------+ +| **Defined area** | Global | ++---------------------+----------------------------------------------------------+ +| **Alias** | times | ++---------------------+----------------------------------------------------------+ +| **Domain** | 2D | ++---------------------+----------------------------------------------------------+ +| **Input type** | Geodetic coordinates | ++---------------------+----------------------------------------------------------+ +| **Output type** | Projected coordinates | ++---------------------+----------------------------------------------------------+ + +.. figure:: ./images/times.png + :width: 500 px + :align: center + :alt: Times + + proj-string: ``+proj=times`` + +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 |
