Skip to content

Commit 5437f2c

Browse files
committed
minor edits to text in ecco_access modes tutorial
1 parent 81a4b06 commit 5437f2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ecco_access/ecco_access_tutorials/ECCO_access_modes.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6012,7 +6012,7 @@
60126012
"- `s3_get_ifspace`: 12.3 s (similar to `s3_open` because files were opened remotely)\n",
60136013
"\n",
60146014
"\n",
6015-
"These numbers will vary depending on the size and layout of the dataset(s) requested. But the \"winner\" is usually `s3_open_fsspec`, and the notebooks in our tutorial book use this mode by default. (However, changing the access mode is as easy as changing the `mode` option in the `ecco_podaac_to_xrdataset` function!)"
6015+
"These numbers will vary depending on the size and layout of the dataset(s) requested. But the \"winning\" mode on the AWS Cloud is usually `s3_open_fsspec` if you have access to the necessary json files, followed by `s3_get` or `s3_get_ifspace`. Feel free to experiment; changing the access mode is as easy as changing the `mode` parameter in the `ecco_podaac_to_xrdataset` or `ecco_podaac_access` functions!"
60166016
]
60176017
}
60186018
],

0 commit comments

Comments
 (0)