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

OISST data server down following Hurricane Helene #115

Open
gaelforget opened this issue Oct 5, 2024 · 3 comments
Open

OISST data server down following Hurricane Helene #115

gaelforget opened this issue Oct 5, 2024 · 3 comments

Comments

@gaelforget
Copy link
Member

gaelforget commented Oct 5, 2024

here I document an issue already fixed, but not otherwise documented

Issue :

NCEI's thredds server service was disrupted following Hurricane Helene, which cause both the package CI and notebook example to fail.

Fix :

  • v0.5.11 of Climatology.jl now gets OISST data from aws storage rather than thredds.
  • the OISST notebook was then simply fixed by using v0.5.11 of Climatology.jl.

Notes :

  • running the notebook downloads ~ 38M into a temporary input_path folder within tempdir().
  • three methods to try out the notebook are listed below.
  1. using the Pluto web-browser interface + URL
using Pluto; Pluto.run()

#then paste the following url in web browser interface
#https://raw.githubusercontent.com/JuliaOcean/Climatology.jl/master/examples/OISST/sst_anomaly_notebook.jl
  1. using the Pluto web-browser interface + file
#git clone the repo, start julia from `examples/OISST/`, and then:
using Pluto; Pluto.run(notebook="sst_anomaly_notebook.jl")
  1. to skip the web-browser part, use as script
#git clone the repo, start julia from `examples/OISST/`, and then:
using Pluto; Pluto.activate_notebook_environment("sst_anomaly_notebook.jl")
include("sst_anomaly_notebook.jl")
@gaelforget
Copy link
Member Author

gaelforget commented Oct 5, 2024

The notebook is rendered @ https://juliaocean.github.io/Climatology.jl/dev/examples/sst_anomaly_notebook.html

👋 @hdrake , @marianatorres4

@gaelforget
Copy link
Member Author

Screenshot 2024-10-05 at 3 24 47 PM

@hdrake
Copy link

hdrake commented Oct 5, 2024

Very nice @gaelforget.

I actually noticed the same thing this morning because the notebook I am using for my class lecture on Monday was using data from NCEI's site for the final plot!

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