aboutsummaryrefslogtreecommitdiff
path: root/docs/source/operations/projections/ocea.rst
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2018-07-21 20:47:44 +0100
committerGitHub <noreply@github.com>2018-07-21 20:47:44 +0100
commit22de7792281577a89c51bb7aa7ea4084a75bd565 (patch)
tree4b1cedf017e1ae6e28b1106e985451b6e19f3245 /docs/source/operations/projections/ocea.rst
parent2d6f1782baffc83b6a0b053173315cdf590ea257 (diff)
parent9f378264618b95c9cc788b5db7ea5388efcc5841 (diff)
downloadPROJ-22de7792281577a89c51bb7aa7ea4084a75bd565.tar.gz
PROJ-22de7792281577a89c51bb7aa7ea4084a75bd565.zip
Merge pull request #1081 from kbevers/doc-parameters
Add projection parameters to all projection doc pages
Diffstat (limited to 'docs/source/operations/projections/ocea.rst')
-rw-r--r--docs/source/operations/projections/ocea.rst54
1 files changed, 53 insertions, 1 deletions
diff --git a/docs/source/operations/projections/ocea.rst b/docs/source/operations/projections/ocea.rst
index 40005d9e..cb8f95c1 100644
--- a/docs/source/operations/projections/ocea.rst
+++ b/docs/source/operations/projections/ocea.rst
@@ -6,5 +6,57 @@ Oblique Cylindrical Equal Area
.. image:: ./images/ocea.png
:scale: 50%
- :alt: Oblique Cylindrical Equal Area
+ :alt: Oblique Cylindrical Equal Area
+Parameters
+################################################################################
+
+Required
+--------------------------------------------------------------------------------
+
+For the Oblique Cylindrical Equal Area projection a pole of rotation is needed.
+The pole can be defined in two ways: By a point and azimuth or by providing to
+points that make up the pole.
+
+Point & azimuth
+................................................................................
+
+.. option:: +lonc=<value>
+
+ Longitude of rotational pole point.
+
+.. option:: +alpha=<value>
+
+ Angle of rotational pole.
+
+Two points
+................................................................................
+
+.. option:: +lon_1=<value>
+
+ Longitude of first point.
+
+.. option:: +lat_1=<value>
+
+ Latitude of first point.
+
+.. option:: +lon_2=<value>
+
+ Longitude of second point.
+
+.. option:: +lat_2=<value>
+
+ Latitude of second point.
+
+Optional
+--------------------------------------------------------------------------------
+
+.. include:: ../options/lon_0.rst
+
+.. include:: ../options/R.rst
+
+.. include:: ../options/k_0.rst
+
+.. include:: ../options/x_0.rst
+
+.. include:: ../options/y_0.rst