Skip to content

Commit 2cae0d4

Browse files
committed
edited header info for ecco_podaac_access
1 parent 3031837 commit 2cae0d4

1 file changed

Lines changed: 6 additions & 8 deletions

File tree

ecco_access/ecco_access.py

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -118,14 +118,13 @@ def ecco_podaac_access(query,version='v4r4',grid=None,time_res='all',\
118118
119119
Returns
120120
-------
121-
download_files: str, list, or dict, queried or downloaded file(s)
122-
with either URLs (if in 'query' mode), or paths that can be
121+
download_files: dict, with keys: ShortNames and values:
122+
URLs (if in 'query' mode), or paths of files that can be
123123
passed directly to xarray (open_dataset or open_mfdataset).
124-
A str is returned if query finds only one granule/file.
125-
A list is returned if query finds multiple granules in the
126-
same dataset.
127-
A dict (with ShortNames as keys) is returned if the query
128-
finds granules in multiple datasets.
124+
Values are of type str if query finds only one granule/file
125+
for that ShortName; of type list if query finds
126+
multiple granules in the same dataset;
127+
or of type fsspec.mapping.FSMap if mode = 's3_open_fsspec'.
129128
Only returned if return_granules=True (default).
130129
131130
"""
@@ -368,7 +367,6 @@ def ecco_podaac_access_to_xrdataset(query,version='v4r4',grid=None,time_res='all
368367

369368
pass
370369

371-
372370
import numpy as np
373371
import xarray as xr
374372

0 commit comments

Comments
 (0)