-
Notifications
You must be signed in to change notification settings - Fork 3
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
WorldOceanDatabase.download() not executing #16
Comments
I just retried: using PhysOcean, Dates
myemail = "..."
dirnames,indexnames = WorldOceanDatabase.download([0,10],[30,40], [DateTime(2000,1,1),DateTime(2000,2,1)], "Temperature",myemail,"/tmp") It works for me now (it seems that there are only XPT files).
The NCEI web site has the following disclaimer. Maybe that is related:
|
OK, I wasn't lucky when I tried, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Downloading data from WOD seems not to work anymore.
To Reproduce
I used the example provided in the doc:
Expected behavior
Successful download ;)
Environment
versioninfo()
:[3725be50] PhysOcean v0.6.10
Full output
I don't get any error message, but the code never provides an output.
Yesterday I got HTTP-related errors.
The text was updated successfully, but these errors were encountered: