Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs: Add new Ellipsoids page to explain ellipsoidal parameters. #2922

Merged
merged 20 commits into from
Nov 20, 2021
Merged
Show file tree
Hide file tree
Changes from 17 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added docs/images/general_ellipsoid.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
219 changes: 219 additions & 0 deletions docs/images/general_ellipsoid.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions docs/source/news.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ Details about the build system unification can be found in :ref:`RFC7`.
Updates
-------

* Docs: add new page Usage/Ellipsoids to explain the usage of ellipsoidal parameters
direvus marked this conversation as resolved.
Show resolved Hide resolved

* Added the S2 projection (`#2749 <https://github.com/OSGEO/PROJ/issues/2749>`_)

* Added support for Degree Sign on input (`#2791 <https://github.com/OSGEO/PROJ/issues/2791>`_)
Expand Down
6 changes: 4 additions & 2 deletions docs/source/operations/options/R.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
.. option:: +R=<value>

Radius of the sphere given in meters. If used in conjunction with ``+ellps``,
``+R`` takes precedence.
Radius of the sphere, given in meters. If used in conjunction with
``+ellps``, ``+R`` takes precedence.

See :ref:`ellipsoid_size_parameters` for more information.
5 changes: 4 additions & 1 deletion docs/source/operations/options/ellps.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
.. option:: +ellps=<value>

See :option:`proj -le` for a list of available ellipsoids.
The name of a built-in ellipsoid definition.

See :ref:`ellipsoids` for more information, or execute
:option:`proj -le` for a list of built-in ellipsoid names.

*Defaults to "GRS80".*
Loading