Skip to content

Commit

Permalink
Merge pull request #4095 from OSGeo/backport-4089-to-master
Browse files Browse the repository at this point in the history
[Backport master] Doc: add note warning that stere/sterea are different things and …
  • Loading branch information
rouault authored Mar 19, 2024
2 parents 4f635b1 + 9aebac7 commit a3110b7
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 7 deletions.
12 changes: 6 additions & 6 deletions docs/plot/plotdefs.json
Original file line number Diff line number Diff line change
Expand Up @@ -1346,13 +1346,13 @@
},
{
"filename": "sterea.png",
"latmax": 90,
"latmin": 50,
"lonmax": 180,
"lonmin": -180,
"latmax": 70,
"latmin": 30,
"lonmax": 50,
"lonmin": -50,
"name": "sterea",
"projstring": "+proj=sterea +lat_0=90",
"res": "low",
"projstring": "+proj=sterea +lat_0=52.1561605555556 +lon_0=5.38763888888889 +k=0.9999079 +x_0=155000 +y_0=463000 +ellps=bessel",
"res": "med",
"type": "poly"
},
{
Expand Down
Binary file modified docs/source/operations/projections/images/sterea.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions docs/source/operations/projections/stere.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ Stereographic

proj-string: ``+proj=stere +lat_0=90 +lat_ts=75``

.. note::

This projection method gives different results than the :ref:`sterea`
method in the non-polar cases (i.e. the oblique and equatorial case). The later
projection method is the one referenced by EPSG as "Oblique Stereographic".

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

Expand Down
9 changes: 8 additions & 1 deletion docs/source/operations/projections/sterea.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,14 @@ Oblique Stereographic Alternative
:align: center
:alt: Oblique Stereographic Alternative

proj-string: ``+proj=sterea +lat_0=90``
proj-string: ``+proj=sterea +lat_0=52.1561605555556 +lon_0=5.38763888888889 +k=0.9999079 +x_0=155000 +y_0=463000 +ellps=bessel``

.. note::

This projection method, referenced by EPSG as "Oblique Stereographic", is
for example used for the Netherlands "Amersfoort / RD New" projected CRS.
It gives different results than the :ref:`stere` method in the non-polar cases
(i.e. the oblique and equatorial case).

Parameters
################################################################################
Expand Down

0 comments on commit a3110b7

Please sign in to comment.