Skip to content

Commit bedb537

Browse files
spjuhelpeanutfun
andauthored
Update climada/util/coordinates.py
Co-authored-by: Lukas Riedel <34276446+peanutfun@users.noreply.github.com>
1 parent 7fdae58 commit bedb537

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

climada/util/coordinates.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1198,10 +1198,10 @@ def km_to_degree(km):
11981198
-----
11991199
The conversion is based on the formula:
12001200
1201-
.. math::
1202-
angle_{radians} = distance / R
1201+
.. math::
1202+
a = d / R
12031203
1204-
where R is the Earth's radius in km.
1204+
where a is the angle in radians, d is the distance in km, and R is the Earth's radius in km.
12051205
12061206
Examples
12071207
--------

0 commit comments

Comments
 (0)