This repository stores the notebooks (Jupyter and Pluto) for the data download with Beacon and the gridding with DIVAnd in the frame of the FAIR-EASE project.
Instructions from https://julialang.org/downloads/
- Linux and MacOS
curl -fsSL https://install.julialang.org | sh- Windows
winget install julia -s msstoreSelect one of the two following methods:
- Using the package REPL (pressing the
]key at the Julian REPL prompt)
(@v1.10) pkg> add Plutoor
- Using the Pkg module:
julia> using Pkg; Pkg.add("Pluto")In a Julia session:
using Pluto
Pluto.run()This command should issue a message such as:
[ Info: Loading...
┌ Info:
└ Opening http://localhost:1234/?secret=sBT5gG12 in your default browser... ~ have fun!
┌ Info:
│ Press Ctrl+C in this terminal to stop Pluto
└
and the notebook interface got open in your browser.
Select the file called get_argo_data_pluto.jl.
It is possible to create it from the graphical interface, but not from a Julia command:
IOError: mkdir("../data"; mode=0o777): permission denied (EACCES)
