Skip to content

Commit 7fdae58

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

climada/util/coordinates.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1161,9 +1161,9 @@ def degree_to_km(degree):
11611161
The conversion is based on the formula:
11621162
11631163
.. math::
1164-
distance = angle_{radians} \\times R
1164+
d = a \times R
11651165
1166-
where R is the Earth's radius in km.
1166+
where d is the distance in km, a is the angle in radians, and R is the Earth's radius in km.
11671167
11681168
Examples
11691169
--------

0 commit comments

Comments
 (0)