Skip to content

Commit 89797e6

Browse files
committed
Remove redundant links to ECCO variable lists
1 parent 16197c7 commit 89797e6

1 file changed

Lines changed: 1 addition & 15 deletions

File tree

ecco_access/ecco_access_tutorials/ECCO_access_intro.ipynb

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3441,21 +3441,7 @@
34413441
"source": [
34423442
"## What if you don't know the ShortName already?\n",
34433443
"\n",
3444-
"[NASA Earthdata](https://search.earthdata.nasa.gov/search) datasets are identified by ShortNames, but you might not know the ShortName of the variable or category of variables that you are seeking. One way to find the ShortName is to consult the ECCOv4r4 variable lists:\n",
3445-
"\n",
3446-
"[ECCO v4r4 llc90 Grid Dataset Variables - Monthly Means](https://raw.githubusercontent.com/ECCO-GROUP/ECCO-v4-Python-Tutorial/master/varlist/v4r4_nctiles_monthly_varlist.txt)\n",
3447-
"\n",
3448-
"[ECCO v4r4 llc90 Grid Dataset Variables - Daily Means](https://raw.githubusercontent.com/ECCO-GROUP/ECCO-v4-Python-Tutorial/master/varlist/v4r4_nctiles_daily_varlist.txt)\n",
3449-
"\n",
3450-
"[ECCO v4r4 llc90 Grid Dataset Variables - Daily Snapshots](https://raw.githubusercontent.com/ECCO-GROUP/ECCO-v4-Python-Tutorial/master/varlist/v4r4_nctiles_snapshots_varlist.txt)\n",
3451-
"\n",
3452-
"[ECCO v4r4 0.5-Deg Interp Grid Dataset Variables - Monthly Means](https://raw.githubusercontent.com/ECCO-GROUP/ECCO-v4-Python-Tutorial/master/varlist/v4r4_latlon_monthly_varlist.txt)\n",
3453-
"\n",
3454-
"[ECCO v4r4 0.5-Deg Interp Grid Dataset Variables - Daily Means](https://raw.githubusercontent.com/ECCO-GROUP/ECCO-v4-Python-Tutorial/master/varlist/v4r4_latlon_daily_varlist.txt)\n",
3455-
"\n",
3456-
"[ECCO v4r4 Time Series and Grid Parameters](https://raw.githubusercontent.com/ECCO-GROUP/ECCO-v4-Python-Tutorial/master/varlist/v4r4_tseries_grid_varlist.txt)\n",
3457-
"\n",
3458-
"Another option is that you can specify a text string \"query\" in `ecco_access` functions. If \"query\" does not match an existing NASA Earthdata ShortName, it will conduct a case-insensitive search for exact matches of that text string among the variable names and descriptions in the variable lists.\n",
3444+
"[NASA Earthdata](https://search.earthdata.nasa.gov/search) datasets are identified by ShortNames, but you might not know the ShortName of the variable or category of variables that you are seeking. One way to find the ShortName is to consult the ECCOv4r4 [variable lists](https://ecco-v4-python-tutorial.readthedocs.io/ECCO_access_intro.html#Dataset-ShortNames-and-variables-associated-with-them). Another option is that you can specify a text string \"query\" in `ecco_access` functions. If \"query\" does not match an existing NASA Earthdata ShortName, it will conduct a case-insensitive search for exact matches of that text string among the variable names and descriptions in the variable lists.\n",
34593445
"\n",
34603446
"> 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",
34613447
"\n",

0 commit comments

Comments
 (0)