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

WorldOceanDatabase.download() not executing #16

Closed
ctroupin opened this issue Oct 30, 2024 · 2 comments
Closed

WorldOceanDatabase.download() not executing #16

ctroupin opened this issue Oct 30, 2024 · 2 comments

Comments

@ctroupin
Copy link
Member

Describe the bug
Downloading data from WOD seems not to work anymore.

To Reproduce
I used the example provided in the doc:

myemail = ...
dirnames,indexnames = WorldOceanDatabase.download([0,10],[30,40], [DateTime(2000,1,1),DateTime(2000,2,1)], "Temperature",myemail,"../data/")

Expected behavior
Successful download ;)

Environment

  • operating system: Ubuntu 24.04.1 LTS
  • output of the julia command versioninfo():
 Julia Version 1.11.1
Commit 8f5b7ca12ad (2024-10-16 10:53 UTC)
Build Info:
  Official https://julialang.org/ release
Platform Info:
  OS: Linux (x86_64-linux-gnu)
  CPU: 16 × AMD Ryzen 7 3800X 8-Core Processor
  WORD_SIZE: 64
  LLVM: libLLVM-16.0.6 (ORCJIT, znver2)
Threads: 1 default, 0 interactive, 1 GC (on 16 virtual cores)

Full output

I don't get any error message, but the code never provides an output.

Yesterday I got HTTP-related errors.

@Alexander-Barth
Copy link
Member

Alexander-Barth commented Oct 31, 2024

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).

[ Info: Waiting for extracted files
XBT is now available
[ Info: https://www.ncei.noaa.gov/access/world-ocean-database-select/OCLdb_output/ocldb1730367942.2921868.OSD.tar.gz is not yet available
[ Info: https://www.ncei.noaa.gov/access/world-ocean-database-select/OCLdb_output/ocldb1730367942.2921868.CTD.tar.gz is not yet available
[ Info: https://www.ncei.noaa.gov/access/world-ocean-database-select/OCLdb_output/ocldb1730367942.2921868.MBT.tar.gz is not yet available
[ Info: https://www.ncei.noaa.gov/access/world-ocean-database-select/OCLdb_output/ocldb1730367942.2921868.PFL.tar.gz is not yet available
[ Info: https://www.ncei.noaa.gov/access/world-ocean-database-select/OCLdb_output/ocldb1730367942.2921868.DRB.tar.gz is not yet available
[ Info: https://www.ncei.noaa.gov/access/world-ocean-database-select/OCLdb_output/ocldb1730367942.2921868.MRB.tar.gz is not yet available
[ Info: https://www.ncei.noaa.gov/access/world-ocean-database-select/OCLdb_output/ocldb1730367942.2921868.APB.tar.gz is not yet available
[ Info: https://www.ncei.noaa.gov/access/world-ocean-database-select/OCLdb_output/ocldb1730367942.2921868.UOR.tar.gz is not yet available
[ Info: https://www.ncei.noaa.gov/access/world-ocean-database-select/OCLdb_output/ocldb1730367942.2921868.SUR.tar.gz is not yet available
[ Info: https://www.ncei.noaa.gov/access/world-ocean-database-select/OCLdb_output/ocldb1730367942.2921868.GLD.tar.gz is not yet available
[ Info: https://www.ncei.noaa.gov/access/world-ocean-database-select/OCLdb_output/ocldb1730367942.2921868.XBT.tar.gz downloaded
[ Info: Extracting /tmp/ocldb1730367942.2921868.XBT.tar.gz to /tmp/XBT

The NCEI web site has the following disclaimer. Maybe that is related:

NCEI products and services are now available. Many data products continue to be updated as a result of the outage caused by Hurricane Helene. We apologize for any inconvenience.

@ctroupin
Copy link
Member Author

OK, I wasn't lucky when I tried,
today it works (got the email saying "The WODselect data you requested are now ready.",
so let's close the issue, thanks!

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