Skip to content

Commit 28875db

Browse files
committed
fixed links within the ecco_access tutorials
1 parent 89797e6 commit 28875db

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

ecco_access/ecco_access_tutorials/ECCO_access_intro.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3445,7 +3445,7 @@
34453445
"\n",
34463446
"> Note: if using a \"query\" to search the variable lists, it is recommended to use a single word (or even part of a word) when possible. Since only exact text matches are identified, you are more likely to get results with a shorter query.\n",
34473447
"\n",
3448-
"For example, perhaps you are looking to open the dataset that has native grid monthly sea ice concentration in 2007. If the query is not identified as a ShortName, then a text search of the [variable lists](https://ecco-hackweek.github.io/ecco-2024/tutorials/ECCO_data_access/ECCO_data_structure.html#dataset-shortnames-and-variables-associated-with-them) is conducted using *query*, *grid*, and *time_res*. Then of the identified matches, the user is asked to select one."
3448+
"For example, perhaps you are looking to open the dataset that has native grid monthly sea ice concentration in 2007. If the query is not identified as a ShortName, then a text search of the [variable lists](https://ecco-v4-python-tutorial.readthedocs.io/ECCO_access_intro.html#Dataset-ShortNames-and-variables-associated-with-them) is conducted using *query*, *grid*, and *time_res*. Then of the identified matches, the user is asked to select one."
34493449
]
34503450
},
34513451
{

ecco_access/ecco_access_tutorials/ECCO_access_modes.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@
4040
"\n",
4141
"## Introduction\n",
4242
"\n",
43-
"In the [previous tutorial](https://ecco-hackweek.github.io/ecco-2024/tutorials/ECCO_data_access/ECCO_access_intro.html) the **ecco_access** library was introduced, with a few examples of how it can be used to search and access ECCOv4 output available from PO.DAAC. This tutorial summarizes and compares the various modes that **ecco_access** supports for HTTPS and (in-cloud) S3 data access. We'll use each mode to search/download/retrieve native grid monthly SSH and wind stress datasets for 6 months (Jan-Jun 2010).\n",
43+
"In the [previous tutorial](https://ecco-v4-python-tutorial.readthedocs.io/ECCO_access_intro.html) the **ecco_access** library was introduced, with a few examples of how it can be used to search and access ECCOv4 output available from PO.DAAC. This tutorial summarizes and compares the various modes that **ecco_access** supports for HTTPS and (in-cloud) S3 data access. We'll use each mode to search/download/retrieve native grid monthly SSH and wind stress datasets for 6 months (Jan-Jun 2010).\n",
4444
"\n",
45-
"As the [time comparison](#time-comparison-of-access-modes) at the end will show, mode = `s3_open_fsspec` is typically fastest when working in the cloud and you have the necessary `json` files available. Hence the other tutorials in the `ecco-2024` repository generally use this access mode."
45+
"As the [time comparison](#time-comparison-of-access-modes) at the end will show, mode = `s3_open_fsspec` is typically fastest when working in the cloud and you have the necessary `json` files available."
4646
]
4747
},
4848
{
@@ -3424,7 +3424,7 @@
34243424
"\n",
34253425
"The `download_subset` mode is essentially a wrapper for the `ecco_podaac_download_subset` function, which uses Opendap to allow spatial, temporal, and variable-based subsetting of ECCO datasets and granules at the download stage. Depending on the size of the source dataset (e.g., whether the dataset has a depth dimension or not), this mode may be faster or slower than downloading the full granule files; it will almost certainly be slower than using mode = `s3_open_fsspec` when you have the `json` files available. But it can be a space- and time-saver when you are working on your local machine and not in the cloud.\n",
34263426
"\n",
3427-
"Multiple examples of the `ecco_podaac_download_subset` functionality are provided in the [Downloading Subsets of ECCO Datasets](https://ecco-hackweek.github.io/ecco-2024/tutorials/ECCO_data_access/ECCO_subsets_tutorial.html) tutorial. Here is one example using `ecco_podaac_to_xrdataset` to open one year of monthly SST using mode = `download_subset` (in the ECCOv4r4 output, SST is the top depth layer of `THETA`):"
3427+
"Multiple examples of the `ecco_podaac_download_subset` functionality are provided in the [Downloading Subsets of ECCO Datasets](https://ecco-v4-python-tutorial.readthedocs.io/ECCO_subsets_tutorial.html) tutorial. Here is one example using `ecco_podaac_to_xrdataset` to open one year of monthly SST using mode = `download_subset` (in the ECCOv4r4 output, SST is the top depth layer of `THETA`):"
34283428
]
34293429
},
34303430
{

0 commit comments

Comments
 (0)