Skip to content

Commit

Permalink
Merge pull request #4058 from OSGeo/backport-4048-to-master
Browse files Browse the repository at this point in the history
[Backport master] Update omerc.rst to show directly and indirectly given azimuth connection
  • Loading branch information
rouault authored Feb 19, 2024
2 parents 3638065 + 097af60 commit a3e5715
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 @@ -97,7 +97,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 a3e5715

Please sign in to comment.