Skip to content

Commit

Permalink
Merge pull request #4105 from OSGeo/backport-4104-to-9.4
Browse files Browse the repository at this point in the history
[Backport 9.4] Update roundtrip example in help text for cct
  • Loading branch information
rouault authored Mar 24, 2024
2 parents 389f561 + 1ddece0 commit f9a967c
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 f9a967c

Please sign in to comment.