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

projections.rst: specify that +a and +b are always in metres #4010

Merged
merged 1 commit into from
Jan 24, 2024
Merged
Changes from all 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
8 changes: 4 additions & 4 deletions docs/source/usage/projections.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ documenting the individual :doc:`projections<../operations/projections/index>`.
========== ================================================================
Parameter Description
========== ================================================================
+a Semimajor radius of the ellipsoid axis
+a Semimajor radius of the ellipsoid axis (always in meters)
+axis Axis orientation
+b Semiminor radius of the ellipsoid axis
+b Semiminor radius of the ellipsoid axis (always in meters)
+ellps Ellipsoid name (see ``proj -le``)
+k Scaling factor (deprecated)
+k_0 Scaling factor
Expand Down Expand Up @@ -51,8 +51,8 @@ specified with the ``+to_meter`` keyword (i.e. 0.304800609601219 for US feet).
symbolic unit names. The default unit for projected coordinates is the meter.
A few special projections deviate from this behavior, most notably the
latlong pseudo-projection that returns degrees.
Note that this does *not* affect the units of linear parameters such as ``+x_0``
or ``+y_0`` which should always be specified in meters.
Note that this does *not* affect the units of linear parameters such as ``+x_0``,
``+y_0``, ``+a`` or ``+b`` which should always be specified in meters.

Vertical (Z) units can be specified using the ``+vunits`` keyword with a
symbolic name for a unit (i.e. ``us-ft``). Alternatively the translation to
Expand Down
Loading