{"id":22756450,"url":"https://github.com/gher-uliege/divand-fair-ease","last_synced_at":"2026-05-19T06:01:42.002Z","repository":{"id":232803090,"uuid":"784250283","full_name":"gher-uliege/DIVAnd-FAIR-EASE","owner":"gher-uliege","description":"Code to interface DIVAnd with different tools in the FAIR-EASe project","archived":false,"fork":false,"pushed_at":"2025-06-27T14:08:02.000Z","size":32994,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-06-27T15:28:21.598Z","etag":null,"topics":["divand","fair-ease","interpolation","julia","ocean-data","oceano"],"latest_commit_sha":null,"homepage":"","language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gher-uliege.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-04-09T13:36:42.000Z","updated_at":"2025-06-27T14:08:05.000Z","dependencies_parsed_at":"2025-06-10T09:31:08.439Z","dependency_job_id":"a6d84966-beb8-4b6c-8627-043e8d27e173","html_url":"https://github.com/gher-uliege/DIVAnd-FAIR-EASE","commit_stats":null,"previous_names":["gher-uliege/divand-fair-ease"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gher-uliege/DIVAnd-FAIR-EASE","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gher-uliege%2FDIVAnd-FAIR-EASE","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gher-uliege%2FDIVAnd-FAIR-EASE/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gher-uliege%2FDIVAnd-FAIR-EASE/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gher-uliege%2FDIVAnd-FAIR-EASE/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gher-uliege","download_url":"https://codeload.github.com/gher-uliege/DIVAnd-FAIR-EASE/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gher-uliege%2FDIVAnd-FAIR-EASE/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266828745,"owners_count":23991220,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-24T02:00:09.469Z","response_time":99,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["divand","fair-ease","interpolation","julia","ocean-data","oceano"],"created_at":"2024-12-11T07:13:47.011Z","updated_at":"2026-05-19T06:01:36.973Z","avatar_url":"https://github.com/gher-uliege.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"![GitHub top language](https://img.shields.io/github/languages/top/gher-uliege/DIVAnd-FAIR-EASE)       \n![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)      \n[![Static Badge](https://img.shields.io/badge/Project-FAIR--EASE-blue)](https://fairease.eu/)     \n\nThis 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.\n\n## Installation\n\n### Julia\n\nInstructions from https://julialang.org/downloads/\n\n- Linux and MacOS\n```bash\ncurl -fsSL https://install.julialang.org | sh\n```\n\n- Windows\n```bash\nwinget install julia -s msstore\n```\n\n### Pluto \n\nSelect one of the two following methods:\n\n- Using the package REPL (pressing the `]` key at the Julian REPL prompt) \n```julia\n(@v1.10) pkg\u003e add Pluto\n```\nor\n- Using the Pkg module:\n```julia\njulia\u003e using Pkg; Pkg.add(\"Pluto\")\n```\n\n## Run the code\n\nIn a Julia session:\n```julia\nusing Pluto\nPluto.run()\n```\nThis command should issue a message such as:\n```\n[ Info: Loading...\n┌ Info: \n└ Opening http://localhost:1234/?secret=sBT5gG12 in your default browser... ~ have fun!\n┌ Info: \n│ Press Ctrl+C in this terminal to stop Pluto\n└ \n```\nand the notebook interface got open in your browser.    \n\n![Screenshot from 2024-05-06 20-10-39](https://github.com/gher-uliege/DIVAnd-FAIR-EASE/assets/11868914/3b33445d-3685-4599-b94f-24ec105fd3f2)\n\nSelect the file called `get_argo_data_pluto.jl`.\n\n## Running a climatology in `D4Science`\n\n### Cannot create directory\n\nIt is possible to create it from the graphical interface, but not from a Julia command:\n```\nIOError: mkdir(\"../data\"; mode=0o777): permission denied (EACCES)\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgher-uliege%2Fdivand-fair-ease","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgher-uliege%2Fdivand-fair-ease","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgher-uliege%2Fdivand-fair-ease/lists"}