https://github.com/gher-uliege/divand-fair-ease
Code to interface DIVAnd with different tools in the FAIR-EASe project
https://github.com/gher-uliege/divand-fair-ease
divand fair-ease interpolation julia ocean-data oceano
Last synced: about 1 month ago
JSON representation
Code to interface DIVAnd with different tools in the FAIR-EASe project
- Host: GitHub
- URL: https://github.com/gher-uliege/divand-fair-ease
- Owner: gher-uliege
- License: gpl-3.0
- Created: 2024-04-09T13:36:42.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-06-27T14:08:02.000Z (12 months ago)
- Last Synced: 2025-06-27T15:28:21.598Z (12 months ago)
- Topics: divand, fair-ease, interpolation, julia, ocean-data, oceano
- Language: Jupyter Notebook
- Homepage:
- Size: 31.5 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

   
[](https://fairease.eu/)
This repository stores the notebooks (`Jupyter` and `Pluto`) for the data download with [`Beacon`](https://beacon-argo.maris.nl/swagger/) and the gridding with [`DIVAnd`](https://github.com/gher-uliege/DIVAnd.jl) in the frame of the [FAIR-EASE](https://fairease.eu/) project.
## Installation
### Julia
Instructions from https://julialang.org/downloads/
- Linux and MacOS
```bash
curl -fsSL https://install.julialang.org | sh
```
- Windows
```bash
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)
```julia
(@v1.10) pkg> add Pluto
```
or
- Using the Pkg module:
```julia
julia> using Pkg; Pkg.add("Pluto")
```
## Run the code
In a Julia session:
```julia
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`.
## Running a climatology in `D4Science`
### Cannot create directory
It is possible to create it from the graphical interface, but not from a Julia command:
```
IOError: mkdir("../data"; mode=0o777): permission denied (EACCES)
```