diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2018-02-28 22:37:13 +0100 |
|---|---|---|
| committer | Kristian Evers <kristianevers@gmail.com> | 2018-02-28 22:37:13 +0100 |
| commit | be3791ffd5e802d5a3d38fa08f5ed24715b73c7c (patch) | |
| tree | 25eff60d91fed8ffce3302e37818f5bc452b16ca /docs/source/usage/quickstart.rst | |
| parent | db2bfdce6df26801584be562f0ac74648ef8cefd (diff) | |
| download | PROJ-be3791ffd5e802d5a3d38fa08f5ed24715b73c7c.tar.gz PROJ-be3791ffd5e802d5a3d38fa08f5ed24715b73c7c.zip | |
Move 'Coordinate operations' to top level of docs [skip ci]
Diffstat (limited to 'docs/source/usage/quickstart.rst')
| -rw-r--r-- | docs/source/usage/quickstart.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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<operations/projections/merc>` 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. |
