From 410ad2d07515a734d04bf4c44c694fd5b548f1a2 Mon Sep 17 00:00:00 2001 From: Kristian Evers Date: Mon, 27 Nov 2017 22:31:55 +0100 Subject: Restructure coordinate operations docs --- docs/source/usage/operations/projections/index.rst | 7 +++++-- docs/source/usage/operations/projections/latlon.rst | 6 ------ docs/source/usage/operations/projections/lonlat.rst | 6 ------ 3 files changed, 5 insertions(+), 14 deletions(-) delete mode 100644 docs/source/usage/operations/projections/latlon.rst delete mode 100644 docs/source/usage/operations/projections/lonlat.rst (limited to 'docs/source/usage/operations/projections') 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) -******************************************************************************** - -- cgit v1.2.3