Skip to content

Commit

Permalink
Update omerc.rst to show directly and indirectly given azimuth connec…
Browse files Browse the repository at this point in the history
…tion

We must finally show the user the connection between the two input forms.
  • Loading branch information
jidanni authored and github-actions[bot] committed Feb 19, 2024
1 parent e69395a commit 097af60
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/source/operations/projections/omerc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,11 @@ Example: Second case - indirectly given azimuth
::

$ echo 12 55 | proj +proj=omerc +lon_1=-1 +lat_1=1 +lon_2=0 +lat_2=0 +ellps=GRS80
349567.57 6839490.50
349567.57 6839490.50

# Same, with directly given azimuth, (via: echo 0 0 1 -1|geod -I -f %.7f +ellps=GRS80):
$ echo 12 55 | proj +proj=omerc +alpha=-45.1880402 +ellps=GRS80
349567.57 6839490.50


Example: An approximation of the Danish "System 34" from :cite:`Rittri2012`
Expand Down

0 comments on commit 097af60

Please sign in to comment.