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 fb3cf7e commit cf57963Copy full SHA for cf57963
climada/util/coordinates.py
@@ -833,8 +833,8 @@ def get_country_geometries(
833
if extent:
834
if not check_if_geo_coords(extent[2:], extent[:2]):
835
raise ValueError(
836
- "Coordinates are not geographic (i.e. in degrees). "
837
- "Please convert to a geographical coordinate system first."
+ "Input lat and lon coordinates are not geographic "
+ "or have total extents > 180° for lat or > 360° for lon."
838
)
839
840
if extent[1] < extent[0]:
0 commit comments