Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 23 days 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 (9 months ago)
- Default Branch: main
- Last Pushed: 2024-10-09T20:13:25.000Z (3 months ago)
- Last Synced: 2024-11-01T18:11:53.514Z (2 months ago)
- Topics: divand, fair-ease, interpolation, julia, ocean-data, oceano
- Language: Jupyter Notebook
- Homepage:
- Size: 16.1 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![GitHub top language](https://img.shields.io/github/languages/top/gher-uliege/DIVAnd-FAIR-EASE)
![GitHub issues](https://img.shields.io/github/issues/gher-uliege/DIVAnd-FAIR-EASE) ![GitHub all releases](https://img.shields.io/github/downloads/gher-uliege/DIVAnd-FAIR-EASE/total) ![GitHub contributors](https://img.shields.io/github/contributors/gher-uliege/DIVAnd-FAIR-EASE) ![GitHub last commit](https://img.shields.io/github/last-commit/gher-uliege/DIVAnd-FAIR-EASE)
[![Static Badge](https://img.shields.io/badge/Project-FAIR--EASE-blue)](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.![Screenshot from 2024-05-06 20-10-39](https://github.com/gher-uliege/DIVAnd-FAIR-EASE/assets/11868914/3b33445d-3685-4599-b94f-24ec105fd3f2)
Select the file called `get_argo_data_pluto.jl`.