From dc1f82d8b5dadedc72b4d46e22c8f0bd14262d15 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Wed, 3 Jun 2020 15:10:55 +0200 Subject: Doc: add specific explanations for lat_ts for +proj=stere, also mentions +lat_0 and +k_0 (#2255) Refs #2254 --- docs/source/operations/projections/stere.rst | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'docs/source/operations') diff --git a/docs/source/operations/projections/stere.rst b/docs/source/operations/projections/stere.rst index 759ed935..06d77f94 100644 --- a/docs/source/operations/projections/stere.rst +++ b/docs/source/operations/projections/stere.rst @@ -33,7 +33,17 @@ Parameters .. note:: All parameters are optional for the projection. -.. include:: ../options/lat_ts.rst +.. include:: ../options/lat_0.rst + +.. option:: +lat_ts= + + Defines the latitude where scale is not distorted. It is only taken into + account for Polar Stereographic formulations (``+lat_0`` = +/- 90 ), and + then defaults to the ``+lat_0`` value. + If set to a value different from +/- 90, it takes precedence over ``+k_0`` + if both options are used together. + +.. include:: ../options/k_0.rst .. include:: ../options/lon_0.rst -- cgit v1.2.3