diff options
Diffstat (limited to 'docs/source/usage/operations/projections')
| -rw-r--r-- | docs/source/usage/operations/projections/index.rst | 7 | ||||
| -rw-r--r-- | docs/source/usage/operations/projections/latlon.rst | 6 | ||||
| -rw-r--r-- | docs/source/usage/operations/projections/lonlat.rst | 6 |
3 files changed, 5 insertions, 14 deletions
diff --git a/docs/source/usage/operations/projections/index.rst b/docs/source/usage/operations/projections/index.rst index 5ccf0045..f7eb0c67 100644 --- a/docs/source/usage/operations/projections/index.rst +++ b/docs/source/usage/operations/projections/index.rst @@ -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 @@ -62,8 +67,6 @@ Projections lagrng larr lask - lonlat - latlon lcc lcca leac diff --git a/docs/source/usage/operations/projections/latlon.rst b/docs/source/usage/operations/projections/latlon.rst deleted file mode 100644 index 6712fa7b..00000000 --- a/docs/source/usage/operations/projections/latlon.rst +++ /dev/null @@ -1,6 +0,0 @@ -.. _latlon: - -******************************************************************************** -Lat/long (Geodetic alias) -******************************************************************************** - diff --git a/docs/source/usage/operations/projections/lonlat.rst b/docs/source/usage/operations/projections/lonlat.rst deleted file mode 100644 index 589cc813..00000000 --- a/docs/source/usage/operations/projections/lonlat.rst +++ /dev/null @@ -1,6 +0,0 @@ -.. _lonlat: - -******************************************************************************** -Lat/long (Geodetic) -******************************************************************************** - |
