Skip to content

Commit

Permalink
Update docs/source/operations/projections/utm.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
kbevers authored and github-actions[bot] committed Jul 27, 2024
1 parent d3dd4bd commit 724dd5e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/source/operations/projections/utm.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@ Convert geodetic coordinate to UTM Zone 59 on the southern hemisphere::

Show the relationship of UTM to TM::

$ echo 121 24 | proj +proj=utm +lon_0=123 |
proj -I +proj=tmerc +lon_0=123 +x_0=500000 +k=0.9996
$ echo 121 24 | proj +proj=utm +lon_0=123 | proj -I +proj=tmerc +lon_0=123 +x_0=500000 +k=0.9996
121dE 24dN

Parameters
Expand Down

0 comments on commit 724dd5e

Please sign in to comment.