aboutsummaryrefslogtreecommitdiff
path: root/docs/source/usage/projections.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/projections.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/projections.rst')
-rw-r--r--docs/source/usage/projections.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/source/usage/projections.rst b/docs/source/usage/projections.rst
index 8f0b3586..645c1eb1 100644
--- a/docs/source/usage/projections.rst
+++ b/docs/source/usage/projections.rst
@@ -4,12 +4,12 @@
Cartographic projection
================================================================================
-The foundation of PROJ.4 is the large number of
+The foundation of PROJ is the large number of
:doc:`projections<operations/projections/index>` available in the library. This section
is devoted to the generic parameters that can be used on any projection in the
-PROJ.4 library.
+PROJ library.
-Below is a list of PROJ.4 parameters which can be applied to most coordinate
+Below is a list of PROJ parameters which can be applied to most coordinate
system definitions. This table does not attempt to describe the parameters
particular to particular projection types. These can be found on the pages
documenting the individual :doc:`projections<operations/projections/index>`.
@@ -76,7 +76,7 @@ systems (such as UTM) have implicit false easting and northing values.
Longitude Wrapping
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-By default PROJ.4 wraps output longitudes in the range -180 to 180. The ``+over``
+By default PROJ wraps output longitudes in the range -180 to 180. The ``+over``
switch can be used to disable the default wrapping which is done at a low level
in ``pj_inv()``. This is particularly useful with projections like the
:doc:`equidistant cylindrical<operations/projections/eqc>`