You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SSLError: HTTPSConnectionPool(host='ldeo.columbia.edu', port=443): Max retries exceeded with url: /~rpa/CERES_EBAF-TOA_Edition4.0_200003-201701.condensed.nc (Caused by SSLError(CertificateError("hostname 'ldeo.columbia.edu' doesn't match '*.ldeo.columbia.edu'")))
I've tried directly downloading from the URL which works, the issue only appears when attempting to fetch the data indirectly using python.
Is there a workaround in this case or another package other than pooch that can be recommended?
Thanks for your help
The text was updated successfully, but these errors were encountered:
mickyals
changed the title
Issue on page /assignments/basic_xarray.html
EBAF-TOA data not downloadable
Nov 3, 2023
Running the code to fetch the netCDF file from using pooch.retrieve() returns a SSLError.
Error
I've tried directly downloading from the URL which works, the issue only appears when attempting to fetch the data indirectly using python.
Is there a workaround in this case or another package other than pooch that can be recommended?
Thanks for your help
The text was updated successfully, but these errors were encountered: