aboutsummaryrefslogtreecommitdiff
path: root/docs/source/usage/operations/projections
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/operations/projections
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/operations/projections')
-rw-r--r--docs/source/usage/operations/projections/geos.rst2
-rw-r--r--docs/source/usage/operations/projections/index.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/usage/operations/projections/geos.rst b/docs/source/usage/operations/projections/geos.rst
index 3b24e1f7..28b96736 100644
--- a/docs/source/usage/operations/projections/geos.rst
+++ b/docs/source/usage/operations/projections/geos.rst
@@ -66,7 +66,7 @@ This example represents the scanning geometry of the Meteosat series satellite.
However, the GOES satellite series use the opposite scanning geometry, with the
E/W axis (``x``) as the sweep-angle axis, and the N/S (``y``) as the fixed-angle axis.
-The sweep argument is used to tell PROJ.4 which on which axis the outer-gimbal
+The sweep argument is used to tell PROJ which on which axis the outer-gimbal
is rotating. The possible values are x or y, y being the default. Thus, the
scanning geometry of the Meteosat series satellite should take sweep as x, and
GOES should take sweep as y.
diff --git a/docs/source/usage/operations/projections/index.rst b/docs/source/usage/operations/projections/index.rst
index f7eb0c67..904dc9e6 100644
--- a/docs/source/usage/operations/projections/index.rst
+++ b/docs/source/usage/operations/projections/index.rst
@@ -5,7 +5,7 @@ Projections
================================================================================
Projections are coordinate operations that are technically conversions but since
-projections are so fundamental to PROJ.4 we differentiate them from conversions.
+projections are so fundamental to PROJ we differentiate them from conversions.
Projections map the spherical 3D space to a flat 2D space.