From 5bb20f7ab438bcd3bafe187932629529f82f92fd Mon Sep 17 00:00:00 2001 From: Brendan Jurd Date: Sat, 20 Nov 2021 18:58:13 +1100 Subject: Docs: Add new Ellipsoids page to explain ellipsoidal parameters (#2922) Co-authored-by: Rohit Co-authored-by: Brendan Jurd Co-authored-by: Mike Taves --- docs/source/operations/options/R.rst | 6 ++++-- docs/source/operations/options/ellps.rst | 5 ++++- 2 files changed, 8 insertions(+), 3 deletions(-) (limited to 'docs/source/operations') diff --git a/docs/source/operations/options/R.rst b/docs/source/operations/options/R.rst index 6d1b597e..40ccc384 100644 --- a/docs/source/operations/options/R.rst +++ b/docs/source/operations/options/R.rst @@ -1,4 +1,6 @@ .. option:: +R= - Radius of the sphere given in meters. If used in conjunction with ``+ellps``, - ``+R`` takes precedence. + Radius of the sphere, given in meters. If used in conjunction with + ``+ellps``, :option:`+R` takes precedence. + + See :ref:`ellipsoid_size_parameters` for more information. diff --git a/docs/source/operations/options/ellps.rst b/docs/source/operations/options/ellps.rst index b754f741..9fda547f 100644 --- a/docs/source/operations/options/ellps.rst +++ b/docs/source/operations/options/ellps.rst @@ -1,5 +1,8 @@ .. option:: +ellps= - See :option:`proj -le` for a list of available ellipsoids. + The name of a built-in ellipsoid definition. + + See :ref:`ellipsoids` for more information, or execute + :option:`proj -le` for a list of built-in ellipsoid names. *Defaults to "GRS80".* -- cgit v1.2.3