diff options
| author | mwtoews <mwtoews@gmail.com> | 2018-05-05 20:57:23 +1200 |
|---|---|---|
| committer | mwtoews <mwtoews@gmail.com> | 2018-05-05 20:57:23 +1200 |
| commit | e6472d42b33b7cc2155de82dd561365b16f9ef78 (patch) | |
| tree | 4b5dbfa66cdd1123885b399d80b43c58f8ccf9ac /docs/source/apps/cct.rst | |
| parent | 8dcdf567311a7f088ab538f41a0e947b825ce75d (diff) | |
| download | PROJ-e6472d42b33b7cc2155de82dd561365b16f9ef78.tar.gz PROJ-e6472d42b33b7cc2155de82dd561365b16f9ef78.zip | |
normalise whitespace - most content untouched
Diffstat (limited to 'docs/source/apps/cct.rst')
| -rw-r--r-- | docs/source/apps/cct.rst | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/source/apps/cct.rst b/docs/source/apps/cct.rst index 20aec06c..3c3f6668 100644 --- a/docs/source/apps/cct.rst +++ b/docs/source/apps/cct.rst @@ -13,18 +13,18 @@ cct Synopsis ******** - **cct** [ **-cotvz** [ args ] ] *+opts[=arg]* file[s] + **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 +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: +The following control parameters can appear in any order: .. program:: cct @@ -120,14 +120,14 @@ Should give results comparable to the classic proj command .. code-block:: console - cct -c 5,2,1,4 +proj=utm +ellps=GRS80 +zone=32 + cct -c 5,2,1,4 +proj=utm +ellps=GRS80 +zone=32 5. As (2) but specify fixed height and time, hence needing only 2 cols in input: .. code-block:: console - cct -t 0 -z 0 +proj=utm +ellps=GRS80 +zone=32 + cct -t 0 -z 0 +proj=utm +ellps=GRS80 +zone=32 Background |
