aboutsummaryrefslogtreecommitdiff
path: root/docs/source/usage/quickstart.rst
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2018-02-19 23:09:40 +0100
committerKristian Evers <kristianevers@gmail.com>2018-02-19 23:09:40 +0100
commit631145da4d23db670cb378fdae14dc6f3555513b (patch)
tree429db7a5d719d1d88c2e46cb30c7a1199e6416ef /docs/source/usage/quickstart.rst
parentf63fe1b85d350315ca5ee1bc4b871c8585d05aca (diff)
downloadPROJ-631145da4d23db670cb378fdae14dc6f3555513b.tar.gz
PROJ-631145da4d23db670cb378fdae14dc6f3555513b.zip
Change most occurences of PROJ.4 to PROJ [skip ci]
Diffstat (limited to 'docs/source/usage/quickstart.rst')
-rw-r--r--docs/source/usage/quickstart.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/source/usage/quickstart.rst b/docs/source/usage/quickstart.rst
index 96bfbba1..2cf66122 100644
--- a/docs/source/usage/quickstart.rst
+++ b/docs/source/usage/quickstart.rst
@@ -4,7 +4,7 @@
Quick start
================================================================================
-Coordinate transformations are defined by, what in PROJ.4 terminology is
+Coordinate transformations are defined by, what in PROJ terminology is
known as, "proj-strings". A proj-string describes any transformation regardless of
how simple or complicated it might be. The simplest case is projection of geodetic
coordinates. This section focuses on the simpler cases and introduces the basic
@@ -22,7 +22,7 @@ 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
the latitude of true scale at 56.5 degrees north on the GRS80 ellipsoid. Every
-projection in PROJ.4 is identified by a shorthand such as ``merc`` in the above
+projection in PROJ is identified by a shorthand such as ``merc`` in the above
example.
By using the above projection definition as parameters for the command line
@@ -43,7 +43,7 @@ the utility, for instance by using the ``echo`` command:
3399483.80 752085.60
-PROJ.4 also comes bundled with the ``cs2cs`` utility which is used to transform
+PROJ also comes bundled with the ``cs2cs`` utility which is used to transform
from onecoordinate reference system to another. Say we want to convert
the above Mercator coordinates to UTM, we can do that with ``cs2cs``: