Skip to content

Commit 69695e1

Browse files
authored
correct docs for proximity (#778)
1 parent 392778a commit 69695e1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

xrspatial/proximity.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -139,13 +139,13 @@ def great_circle_distance(
139139
Parameters
140140
----------
141141
x1 : float
142-
x-coordinate (latitude) between -180 and 180 of the first point.
142+
x-coordinate (longitude) between -180 and 180 of the first point.
143143
x2: float
144-
x-coordinate (latitude) between -180 and 180 of the second point.
144+
x-coordinate (longitude) between -180 and 180 of the second point.
145145
y1: float
146-
y-coordinate (longitude) between -90 and 90 of the first point.
146+
y-coordinate (latitude) between -90 and 90 of the first point.
147147
y2: float
148-
y-coordinate (longitude) between -90 and 90 of the second point.
148+
y-coordinate (latitude) between -90 and 90 of the second point.
149149
radius: float, default=6378137
150150
Radius of sphere (earth).
151151

0 commit comments

Comments
 (0)