diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/plot/plotdefs.json | 11 | ||||
| -rw-r--r-- | docs/source/operations/projections/igh_o.rst | 42 | ||||
| -rw-r--r-- | docs/source/operations/projections/images/igh_o.png | bin | 0 -> 384379 bytes | |||
| -rw-r--r-- | docs/source/operations/projections/index.rst | 1 |
4 files changed, 54 insertions, 0 deletions
diff --git a/docs/plot/plotdefs.json b/docs/plot/plotdefs.json index 9a2f4836..53340a68 100644 --- a/docs/plot/plotdefs.json +++ b/docs/plot/plotdefs.json @@ -555,6 +555,17 @@ "type": "line" }, { + "filename": "igh_o.png", + "latmax": 90, + "latmin": -90, + "lonmax": 180, + "lonmin": -180, + "name": "igh_o", + "projstring": "+proj=igh_o +lon_0=-160", + "res": "low", + "type": "line" + }, + { "filename": "imw_p.png", "latmax": 90, "latmin": -90, diff --git a/docs/source/operations/projections/igh_o.rst b/docs/source/operations/projections/igh_o.rst new file mode 100644 index 00000000..2df7223a --- /dev/null +++ b/docs/source/operations/projections/igh_o.rst @@ -0,0 +1,42 @@ +.. _igh_o: + +******************************************************************************** +Interrupted Goode Homolosine (Oceanic View) +******************************************************************************** + ++---------------------+----------------------------------------------------------+ +| **Classification** | Pseudocylindrical | ++---------------------+----------------------------------------------------------+ +| **Available forms** | Forward and inverse, spherical projection | ++---------------------+----------------------------------------------------------+ +| **Defined area** | Global | ++---------------------+----------------------------------------------------------+ +| **Alias** | igh_o | ++---------------------+----------------------------------------------------------+ +| **Domain** | 2D | ++---------------------+----------------------------------------------------------+ +| **Input type** | Geodetic coordinates | ++---------------------+----------------------------------------------------------+ +| **Output type** | Projected coordinates | ++---------------------+----------------------------------------------------------+ + + +.. figure:: ./images/igh_o.png + :width: 500 px + :align: center + :alt: Interrupted Goode Homolosine + + proj-string: ``+proj=igh_o +lon_0=-160`` + +Parameters +################################################################################ + +.. note:: All parameters are optional for the projection. A value of +lon_0=-160 is recommended. + +.. include:: ../options/lon_0.rst + +.. include:: ../options/R.rst + +.. include:: ../options/x_0.rst + +.. include:: ../options/y_0.rst diff --git a/docs/source/operations/projections/images/igh_o.png b/docs/source/operations/projections/images/igh_o.png Binary files differnew file mode 100644 index 00000000..35910f50 --- /dev/null +++ b/docs/source/operations/projections/images/igh_o.png diff --git a/docs/source/operations/projections/index.rst b/docs/source/operations/projections/index.rst index fc2ef9fd..169187cc 100644 --- a/docs/source/operations/projections/index.rst +++ b/docs/source/operations/projections/index.rst @@ -64,6 +64,7 @@ Projections map the spherical 3D space to a flat 2D space. healpix rhealpix igh + igh_o imw_p isea kav5 |
