eWaterCycle/era5cli

Small typo

Closed this issue · 1 comments

Spotted a small typo:

If illegal area is given, it gives the following error:

ValueError: Provide coordinates as lat_max lon_min lat_min lon_max. **Latitude** must be in range -180,+180 and **longitude** must be in range -90,+90.

Should be:

ValueError: Provide coordinates as lat_max lon_min lat_min lon_max. **Longitude** must be in range -180,+180 and **latitude** must be in range -90,+90.

Thanks for reporting this! I fixed it.