Skip to content

Commit

Permalink
Restructure coordinate operations docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kbevers committed Nov 27, 2017
1 parent 83fa46d commit 410ad2d
Show file tree
Hide file tree
Showing 9 changed files with 34 additions and 10 deletions.
18 changes: 18 additions & 0 deletions docs/source/usage/operations/conversions/index.rst
@@ -0,0 +1,18 @@
.. _conversions_list:

================================================================================
Conversions
================================================================================

Conversions are coordinate operations in which both coordinate reference systems
are based on the same datum. In PROJ.4 projections are differentiated from
conversions.

.. toctree::
:maxdepth: 1

axisswap
cart
lonlat
latlon
unitconvert
13 changes: 8 additions & 5 deletions docs/source/usage/operations/index.rst
Expand Up @@ -4,15 +4,18 @@
Coordinate operations
================================================================================

Coordinate operations in PROJ.4 are divided into two groups:
Projections and transformations.
Projections are purely cartographic mappings of the sphere onto the plane whereas
transformations are mostly geodetic operations concerned with changes in
reference frames.
Coordinate operations in PROJ.4 are divided into three groups:
Projections, conversions and transformations.
Projections are purely cartographic mappings of the sphere onto the plane.
Technically projections are conversions (according to ISO standards), though in
PROJ.4 projections are distinguished from conversions. Conversions are coordinate
operations that do not exert a change in reference frame. Operations that do
exert a change in reference frame are called transformations.

.. toctree::
:maxdepth: 1

projections/index
conversions/index
transformations/index

7 changes: 5 additions & 2 deletions docs/source/usage/operations/projections/index.rst
Expand Up @@ -4,6 +4,11 @@
Projections
================================================================================

Projections are coordinate operations that are technically conversions but since
projections are so fundamental to PROJ.4 we differentiate them from conversions.

Projections map the spherical 3D space to a flat 2D space.

.. toctree::
:maxdepth: 1

Expand Down Expand Up @@ -62,8 +67,6 @@ Projections
lagrng
larr
lask
lonlat
latlon
lcc
lcca
leac
Expand Down
6 changes: 3 additions & 3 deletions docs/source/usage/operations/transformations/index.rst
Expand Up @@ -4,13 +4,13 @@
Transformations
================================================================================

Transformations coordinate operation in which the two coordinate reference
systems are based on different datums.

.. toctree::
:maxdepth: 1

axisswap
cart
helmert
molodensky
hgridshift
vgridshift
unitconvert

0 comments on commit 410ad2d

Please sign in to comment.