Skip to content

Commit 2fafadd

Browse files
authored
Merge pull request #77 from andrewdelman/cloud_compatibility
more cosmetic fixes
2 parents 88c0b95 + 12eca86 commit 2fafadd

2 files changed

Lines changed: 14 additions & 14 deletions

File tree

ECCO-ACCESS/Cloud_access_to_ECCO_datasets/Tutorial_AWS_Cloud_getting_started.ipynb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5105,11 +5105,11 @@
51055105
"text": [
51065106
"Help on function ecco_podaac_s3_get in module ecco_s3_retrieve:\n",
51075107
"\n",
5108-
"ecco_podaac_s3_get(ShortName, StartDate, EndDate, download_root_dir=None, n_workers=6,\n"
5108+
"ecco_podaac_s3_get(ShortName, StartDate, EndDate, download_root_dir=None, n_workers=6,\n",
51095109
" force_redownload=False, return_downloaded_files=False)\n",
5110-
" This routine downloads ECCO datasets from PO.DAAC, to be stored locally on a AWS EC2 instance running in region us-west-2. \n",
5111-
" It is adapted from the ecco_podaac_download function in the ecco_download.py module, and is the AWS Cloud equivalent of \n",
5112-
" ecco_podaac_download.\n",
5110+
" This routine downloads ECCO datasets from PO.DAAC, to be stored locally on a AWS EC2 instance running in \n",
5111+
" region us-west-2. It is adapted from the ecco_podaac_download function in the ecco_download.py module, \n",
5112+
" and is the AWS Cloud equivalent of ecco_podaac_download.\n",
51135113
" \n",
51145114
" Parameters\n",
51155115
" ----------\n",
@@ -5132,9 +5132,9 @@
51325132
" force_redownload: bool, if True, existing files will be redownloaded and replaced;\n",
51335133
" if False, existing files will not be replaced.\n",
51345134
" \n",
5135-
" return_downloaded_files: bool, if True, string or list of downloaded file(s) (including files that were already on disk\n",
5136-
" and not replaced) is returned.\n",
5137-
" if False (default), the function returns nothing.\n",
5135+
" return_downloaded_files: bool, if True, string or list of downloaded file(s) (including files that were \n",
5136+
" already on disk and not replaced) is returned.\n",
5137+
" If False (default), the function returns nothing.\n",
51385138
" \n",
51395139
" Returns\n",
51405140
" -------\n",
@@ -5324,7 +5324,7 @@
53245324
" If the footprint of the files to be downloaded (not including files already on the instance or re-downloads) \n",
53255325
" is <= the max_avail_frac specified of the instance's available storage, they are downloaded and stored locally \n",
53265326
" on the instance (hosting files locally typically speeds up loading and computation).\n",
5327-
" Otherwise, the files are "opened" using ecco_podaac_s3_open so that they can be accessed directly \n",
5327+
" Otherwise, the files are \"opened\" using ecco_podaac_s3_open so that they can be accessed directly \n",
53285328
" on S3 without occupying local storage.\n",
53295329
" \n",
53305330
" Parameters\n",

ECCO-ACCESS/ecco_s3_retrieve.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -365,9 +365,9 @@ def ecco_podaac_s3_get(ShortName,StartDate,EndDate,download_root_dir=None,n_work
365365

366366
"""
367367
368-
This routine downloads ECCO datasets from PO.DAAC, to be stored locally on a AWS EC2 instance running in region us-west-2.
369-
It is adapted from the ecco_podaac_download function in the ecco_download.py module, and is the AWS Cloud equivalent of
370-
ecco_podaac_download.
368+
This routine downloads ECCO datasets from PO.DAAC, to be stored locally on a AWS EC2 instance running in
369+
region us-west-2. It is adapted from the ecco_podaac_download function in the ecco_download.py module,
370+
and is the AWS Cloud equivalent of ecco_podaac_download.
371371
372372
Parameters
373373
----------
@@ -390,9 +390,9 @@ def ecco_podaac_s3_get(ShortName,StartDate,EndDate,download_root_dir=None,n_work
390390
force_redownload: bool, if True, existing files will be redownloaded and replaced;
391391
if False, existing files will not be replaced.
392392
393-
return_downloaded_files: bool, if True, string or list of downloaded file(s) (including files that were already on disk
394-
and not replaced) is returned.
395-
if False (default), the function returns nothing.
393+
return_downloaded_files: bool, if True, string or list of downloaded file(s) (including files that were
394+
already on disk and not replaced) is returned.
395+
If False (default), the function returns nothing.
396396
397397
Returns
398398
-------

0 commit comments

Comments
 (0)