From 97d491d8e2d56ce49aca57c6cf6aa3e5d4306598 Mon Sep 17 00:00:00 2001 From: Kristian Evers Date: Sat, 17 Mar 2018 21:07:24 +0100 Subject: Move application docs to top level. The 'Applications' chapter is moved to the top level of the website in order to make it easier for users to find the pages quickly instead of having to search through sub-sections in other chapters. --- docs/source/apps/cct.rst | 165 +++++++++++++++++++++++++++++++ docs/source/apps/cs2cs.rst | 187 +++++++++++++++++++++++++++++++++++ docs/source/apps/geod.rst | 214 ++++++++++++++++++++++++++++++++++++++++ docs/source/apps/index.rst | 21 ++++ docs/source/apps/proj.rst | 236 +++++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 823 insertions(+) create mode 100644 docs/source/apps/cct.rst create mode 100644 docs/source/apps/cs2cs.rst create mode 100644 docs/source/apps/geod.rst create mode 100644 docs/source/apps/index.rst create mode 100644 docs/source/apps/proj.rst (limited to 'docs/source/apps') diff --git a/docs/source/apps/cct.rst b/docs/source/apps/cct.rst new file mode 100644 index 00000000..9153e29b --- /dev/null +++ b/docs/source/apps/cct.rst @@ -0,0 +1,165 @@ +.. _cct: + +================================================================================ +cct +================================================================================ + +.. Index:: cct + +.. only:: html + + Coordinate Conversion and Transformation. + +Synopsis +******** + + **cct** [ **-cotvz** [ args ] ] *+opts[=arg]* file[s] + +Description +*********** + +:program:`cct` a 4D equivalent to the :program:`proj` projection program, +performs transformation coordinate systems on a set of input points. The +coordinate system transformation can include translation between projected +and geographic coordinates as well as the application of datum shifts. + + +The following control parameters can appear in any order: + +.. program:: cct + +.. option:: -c + + Specify input columns for (up to) 4 input parameters. Defaults to 1,2,3,4. + +.. option:: -o , --output= + + Specify the name of the output file. + +.. option:: -t