Skip to content

Commit 282233f

Browse files
committed
Added note to old download tutorial encouraging use of ecco_access instead
1 parent 3c4b46a commit 282233f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

ecco_access/Downloading_ECCO_datasets_from_PODAAC/Tutorial_Python3_Jupyter_Notebook_Downloading_ECCO_Datasets_from_PODAAC.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
"id": "d8999184",
66
"metadata": {},
77
"source": [
8-
"# Using Python to Download ECCO Datasets\n",
8+
"# Using Python to Download ECCO Datasets [old method]\n",
99
"\n",
10-
"**Note: This notebook was modified by Andrew Delman (updated 2024-07-11) from the tutorial on the** [ECCO-GROUP Github](https://github.com/ECCO-GROUP/ecco_access/blob/master/PODAAC/Downloading_ECCO_datasets_from_PODAAC/Tutorial_Python3_Jupyter_Notebook_Downloading_ECCO_Datasets_from_PODAAC.ipynb) **by Jack McNelis and Ian Fenty, Version 1.1 dated 2021-06-25.**\n",
10+
"**Note: The *ecco_download.py* module described in this tutorial has been incorporated into the new *ecco_access* library. Using [ecco_access] is recommended, rather than using the ecco_download.py module on its own. This tutorial may be removed in the near future.**\n",
1111
"\n",
1212
"This Jupyter notebook provides an introduction to the Python [ecco_download module](https://raw.githubusercontent.com/ECCO-GROUP/ECCO-v4-Python-Tutorial/master/ecco_access/ecco_download.py), with instructions and Python code for downloading a set of granules (files) for an ECCO \"Dataset\" hosted by PO.DAAC. The focus is on downloading datasets in the lat-lon-cap 90 (llc90) native grid of the ECCO v4 simulations, since the tutorials mostly use output on the native grid. If you're new to this grid geometry, don't worry! The ecco_v4_py package discussed in the previous tutorial will help you load the ECCO output, make computations, and plot the results while hardly needing to interact with the model grid.\n",
1313
"\n",
@@ -998,7 +998,7 @@
998998
"name": "python",
999999
"nbconvert_exporter": "python",
10001000
"pygments_lexer": "ipython3",
1001-
"version": "3.12.3"
1001+
"version": "3.11.9"
10021002
},
10031003
"vscode": {
10041004
"interpreter": {

0 commit comments

Comments
 (0)