diff options
| author | mwtoews <mwtoews@gmail.com> | 2018-05-05 22:30:15 +1200 |
|---|---|---|
| committer | mwtoews <mwtoews@gmail.com> | 2018-05-05 22:30:15 +1200 |
| commit | dcc4ebc1e8945dbbd9270e4775a6d220633507b3 (patch) | |
| tree | 88cc745abfaf9e792ba8a83fced7c5feca4904ba /docs/source/apps/cct.rst | |
| parent | e6472d42b33b7cc2155de82dd561365b16f9ef78 (diff) | |
| download | PROJ-dcc4ebc1e8945dbbd9270e4775a6d220633507b3.tar.gz PROJ-dcc4ebc1e8945dbbd9270e4775a6d220633507b3.zip | |
Use formatting similar to used in original manuals
Minor rephrasing for better reading. Split -[w|W]<n> into two options.
Diffstat (limited to 'docs/source/apps/cct.rst')
| -rw-r--r-- | docs/source/apps/cct.rst | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/source/apps/cct.rst b/docs/source/apps/cct.rst index 3c3f6668..a6e6e551 100644 --- a/docs/source/apps/cct.rst +++ b/docs/source/apps/cct.rst @@ -38,13 +38,13 @@ The following control parameters can appear in any order: .. option:: -t <time>, --time=<time> - Specify a fixed observation time to be used for all input data. + Specify a fixed observation *time* to be used for all input data. .. option:: -z <height>, --height=<height> - Specify a fixed observation height to be used for all input data. + Specify a fixed observation *height* to be used for all input data. -.. option:: s <n>, --skip-lines=<n> +.. option:: -s <n>, --skip-lines=<n> .. versionadded:: 5.1.0 @@ -89,7 +89,7 @@ Examples .. code-block:: console - echo 12 55 0 0 | cct +proj=utm +zone=32 +ellps=GRS80 + echo 12 55 0 0 | cct +proj=utm +zone=32 +ellps=GRS80 will transform the input geographic coordinates into UTM zone 32 coordinates. Hence, the command @@ -98,7 +98,7 @@ Hence, the command echo 12 55 | cct -z0 -t0 +proj=utm +zone=32 +ellps=GRS80 -Should give results comparable to the classic proj command +Should give results comparable to the classic :program:`proj` command .. code-block:: console |
