From be3791ffd5e802d5a3d38fa08f5ed24715b73c7c Mon Sep 17 00:00:00 2001 From: Kristian Evers Date: Wed, 28 Feb 2018 22:37:13 +0100 Subject: Move 'Coordinate operations' to top level of docs [skip ci] --- docs/source/usage/quickstart.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/source/usage/quickstart.rst') diff --git a/docs/source/usage/quickstart.rst b/docs/source/usage/quickstart.rst index 2cf66122..077e970c 100644 --- a/docs/source/usage/quickstart.rst +++ b/docs/source/usage/quickstart.rst @@ -20,7 +20,7 @@ A proj-strings holds the parameters of a given coordinate transformation, e.g. I.e. a proj-string consists of a projection specifier, ``+proj``, a number of parameters that applies to the projection and, if needed, a description of a datum shift. In the example above geodetic coordinates are transformed to -projected space with the :doc:`Mercator projection` with +projected space with the :doc:`Mercator projection<../operations/projections/merc>` with the latitude of true scale at 56.5 degrees north on the GRS80 ellipsoid. Every projection in PROJ is identified by a shorthand such as ``merc`` in the above example. -- cgit v1.2.3