Skip to content

Commit

Permalink
Update roundtrip expample in help text for cct
Browse files Browse the repository at this point in the history
Closes #4101
  • Loading branch information
kbevers authored and github-actions[bot] committed Mar 24, 2024
1 parent 389f561 commit 1ddece0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/apps/cct.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,8 @@ static const char usage[] = {
"1. convert geographical input to UTM zone 32 on the GRS80 ellipsoid:\n"
" cct +proj=utm +ellps=GRS80 +zone=32\n"
"2. roundtrip accuracy check for the case above:\n"
" cct +proj=pipeline +proj=utm +ellps=GRS80 +zone=32 +step +step +inv\n"
" cct +proj=pipeline +ellps=GRS80 +zone=32 +step +proj=utm \\\n"
" +step +proj=utm +inv\n"
"3. as (1) but specify input columns for longitude, latitude, height and "
"time:\n"
" cct -c 5,2,1,4 +proj=utm +ellps=GRS80 +zone=32\n"
Expand Down

0 comments on commit 1ddece0

Please sign in to comment.