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 7d1d3f3 commit 2176402Copy full SHA for 2176402
climada/util/coordinates.py
@@ -89,7 +89,8 @@ def check_if_geo_coords(lat, lon):
89
"""Check if latitude and longitude arrays are likely in geographic coordinates,
90
testing if min/max values are within -90 to 90 for latitude and -540 to 540
91
for longitude. Lon coordinates of <-360 or >360 are allowed to cover cases
92
- of objects being defined close to the 180 meridian.
+ of objects being defined close to the 180 meridian for which longitude
93
+ intervals such as [179, 538] or [-538, -179] might be used.
94
95
Parameters
96
----------
0 commit comments