Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IOSError when trying to connect: old url is used #4

Open
pvdwijk opened this issue Jul 18, 2018 · 1 comment
Open

IOSError when trying to connect: old url is used #4

pvdwijk opened this issue Jul 18, 2018 · 1 comment

Comments

@pvdwijk
Copy link

pvdwijk commented Jul 18, 2018

Hi,

trying to connect I received an IOSError after providing username and password. After some trial and error I found that the issue is the url:
old value: BASE_URL = 'https://goldsmr4.sci.gsfc.nasa.gov/opendap/MERRA2/M2T1NXSLV.5.12.4/'
new value: BASE_URL = 'https://goldsmr4.gesdisc.eosdis.nasa.gov/opendap/MERRA2/M2T1NXSLV.5.12.4/'
This needs to be updated in the "download_script.ipynb" (in the "subsetting data" section of the Jupyter notebook").

Also note that for the temperature, density, etc the url is starting with "http://", this should be changed into "https://" (add the 's' after 'http').

Please update this in the code and all subsequent base_url (e.g. for roughness, pressure, temperature, etc).

Kind regards,
Pieter

@sjpfenninger
Copy link
Member

@pvdwijk can you check whether the updated file download_merra2.ipynb fixes this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants