Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sandorkertesz committed May 28, 2024
1 parent 84706bb commit 76aa530
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/references.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ IFS Documentation CY47R3 - Part IV Physical processes, (2021). URL: https://www.

.. [ECEF]
Earth-centered, Earth-fixed coordinate system. URL: https://en.wikipedia.org/wiki/Earth-centered,_Earth-fixed_coordinate_system
Earth-centred, Earth-fixed coordinate system. URL: https://en.wikipedia.org/wiki/Earth-centered,_Earth-fixed_coordinate_system


.. [From_ECEF_to_geodetic_coordinates]
Expand Down
4 changes: 2 additions & 2 deletions src/earthkit/geo/coord.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def _normalise_longitude(lon, minimum):


def xyz_to_latlon(x, y, z):
"""Convert from earth-centered, earth-fixed ([ECEF]_) to geodetic coordinates.
"""Convert from earth-centred, earth-fixed ([ECEF]_) to geodetic coordinates.
See [From_ECEF_to_geodetic_coordinates]_.
Parameters
Expand Down Expand Up @@ -52,7 +52,7 @@ def xyz_to_latlon(x, y, z):


def latlon_to_xyz(lat, lon):
"""Convert from geodetic to earth-centered, earth-fixed ([ECEF]_) coordinates.
"""Convert from geodetic to earth-centred, earth-fixed ([ECEF]_) coordinates.
See [From_geodetic_to_ECEF_coordinates]_.
Parameters
Expand Down

0 comments on commit 76aa530

Please sign in to comment.