File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments