We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9460d11 commit 38d7a7dCopy full SHA for 38d7a7d
climada/util/coordinates.py
@@ -1620,7 +1620,7 @@ def _nearest_neighbor_euclidean(
1620
threshold : float
1621
Assignement threshold in units of the provided crs.
1622
If the distance to the nearest neighbor exceeds `threshold`, the index `-1` is assigned.
1623
- check_antimedirian: bool, optional
+ check_antimeridian: bool, optional
1624
If True, the nearest neighbor in a strip with lon size equal to threshold around the
1625
antimeridian is recomputed using the Haversine distance. The antimeridian is guessed from
1626
both coordinates and centroids, and is assumed equal to 0.5*(lon_max+lon_min) + 180.
0 commit comments