We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 392778a commit 69695e1Copy full SHA for 69695e1
xrspatial/proximity.py
@@ -139,13 +139,13 @@ def great_circle_distance(
139
Parameters
140
----------
141
x1 : float
142
- x-coordinate (latitude) between -180 and 180 of the first point.
+ x-coordinate (longitude) between -180 and 180 of the first point.
143
x2: float
144
- x-coordinate (latitude) between -180 and 180 of the second point.
+ x-coordinate (longitude) between -180 and 180 of the second point.
145
y1: float
146
- y-coordinate (longitude) between -90 and 90 of the first point.
+ y-coordinate (latitude) between -90 and 90 of the first point.
147
y2: float
148
- y-coordinate (longitude) between -90 and 90 of the second point.
+ y-coordinate (latitude) between -90 and 90 of the second point.
149
radius: float, default=6378137
150
Radius of sphere (earth).
151
0 commit comments