Skip to content

Commit

Permalink
[Backport master] Update utm.rst to show how TM and UTM are related (#…
Browse files Browse the repository at this point in the history
…4210)

Co-authored-by: 積丹尼 Dan Jacobson <jidanni@jidanni.org>
Co-authored-by: Kristian Evers <kristian@evers.dev>
  • Loading branch information
3 people authored Jul 27, 2024
1 parent 7d766a4 commit 79b4f28
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/source/operations/projections/utm.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@ Convert geodetic coordinate to UTM Zone 59 on the southern hemisphere::
$ echo 174 -44 | proj +proj=utm +zone=59 +south
740526.32 5123750.87

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
121dE 24dN

Parameters
################################################################################

Expand Down

0 comments on commit 79b4f28

Please sign in to comment.