Skip to content

Commit

Permalink
Solbing link bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
Alberto-GS committed Jul 5, 2024
1 parent 4e7a49f commit 21bce63
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Lessons/L02_TheArgoData/Chapter10_TheArgoData_intro.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -92,14 +92,14 @@
"\n",
"* By processing date: The last processed data organized by processing day, with access to the last 12 months.\n",
"\n",
"At the early stage of the Argo program, and due to the huge amount of data that was foreseen Argo would create, it was decided that netCDF would be the official file format for the Argo data. Hence, before explaining how to [acces Argo data by float](https://euroargodev.github.io/argoonlineschool/L20_ArgoDatabyFloat_Intro.html) or [by date](https://euroargodev.github.io/argoonlineschool/L30_ArgoDatabyDate_Intro.html) it is necessary to make a short introduction to the properties of this data format, and how to read files in **netCDF**.\n",
"At the early stage of the Argo program, and due to the huge amount of data that was foreseen Argo would create, it was decided that netCDF would be the official file format for the Argo data. Hence, before explaining how to [acces Argo data by float](https://euroargodev.github.io/argoonlineschool/Lessons/L03_UsingArgoData/Chapter24_ArgoDatabyFloat_ArgoPy.html) or [by date](https://euroargodev.github.io/argoonlineschool/Lessons/L03_UsingArgoData/Chapter30_ArgoDatabyDate_Intro.html) it is necessary to make a short introduction to the properties of this data format, and how to read files in **netCDF**.\n",
"\n"
]
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
Expand All @@ -113,7 +113,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.3"
"version": "3.12.4"
}
},
"nbformat": 4,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,13 @@
">The data from the float is pre-downloaded in the *./Data* folder, but you can download it from the Coriolis GDAC. See the [Data](https://euroargodev.github.io/argoonlineschool/L00_Introduction.html#data-used-in-the-argo-online-school) section for instructions on how to download the data.\n",
"\n"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
Expand Down

0 comments on commit 21bce63

Please sign in to comment.