diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2018-09-07 15:57:12 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-09-07 15:57:12 +0200 |
| commit | 46e96adb099297fe0e4d4021e69d93565ea618bd (patch) | |
| tree | 85b0dcd811a0da5c18fa58ef266cf8c31ad64139 /docs/source | |
| parent | c50a573be3846754fb196893e3c9b216c3123cf5 (diff) | |
| parent | 4f961f5d87ba998c19e166de4d077016b0f24e31 (diff) | |
| download | PROJ-46e96adb099297fe0e4d4021e69d93565ea618bd.tar.gz PROJ-46e96adb099297fe0e4d4021e69d93565ea618bd.zip | |
Merge pull request #1111 from kbevers/cct-forward-comments
cct: forward comments to output
Diffstat (limited to 'docs/source')
| -rw-r--r-- | docs/source/apps/cct.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/source/apps/cct.rst b/docs/source/apps/cct.rst index 685e5471..25611597 100644 --- a/docs/source/apps/cct.rst +++ b/docs/source/apps/cct.rst @@ -139,6 +139,13 @@ Should give results comparable to the classic :program:`proj` command cct -t 0 -z 0 +proj=utm +ellps=GRS80 +zone=32 +6. Auxiliary data following the coordinate input is forward to the output + stream: + +.. code-block:: console + + $ echo 12 56 100 2018.0 auxiliary data | cct +proj=merc + 1335833.8895 7522963.2411 100.0000 2018.0000 auxiliary data Background ********** |
