Skip to content

gher-uliege/DIVAnd-FAIR-EASE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Commit GitHub top language
Static Badge

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.

Installation

Julia

Instructions from https://julialang.org/downloads/

  • Linux and MacOS
curl -fsSL https://install.julialang.org | sh
  • Windows
winget install julia -s msstore

Pluto

Select one of the two following methods:

  • Using the package REPL (pressing the ] key at the Julian REPL prompt)
(@v1.10) pkg> add Pluto

or

  • Using the Pkg module:
julia> using Pkg; Pkg.add("Pluto")

Run the code

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.

Screenshot from 2024-05-06 20-10-39

Select the file called get_argo_data_pluto.jl.

About

Code to interface DIVAnd with different tools in the FAIR-EASe project

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published