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
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.
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
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")
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")
The text was updated successfully, but these errors were encountered:
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!
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
ofClimatology.jl
now gets OISST data from aws storage rather than thredds.v0.5.11
ofClimatology.jl
.Notes :
input_path
folder withintempdir()
.The text was updated successfully, but these errors were encountered: