Skip to content

Commit 2176402

Browse files
committed
Clarify docstring check_if_geo_coords
1 parent 7d1d3f3 commit 2176402

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

climada/util/coordinates.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,8 @@ def check_if_geo_coords(lat, lon):
8989
"""Check if latitude and longitude arrays are likely in geographic coordinates,
9090
testing if min/max values are within -90 to 90 for latitude and -540 to 540
9191
for longitude. Lon coordinates of <-360 or >360 are allowed to cover cases
92-
of objects being defined close to the 180 meridian.
92+
of objects being defined close to the 180 meridian for which longitude
93+
intervals such as [179, 538] or [-538, -179] might be used.
9394
9495
Parameters
9596
----------

0 commit comments

Comments
 (0)