CLIMATE-518 - Documentation Clarification
Project: http://git-wip-us.apache.org/repos/asf/climate/repo Commit: http://git-wip-us.apache.org/repos/asf/climate/commit/28d9293c Tree: http://git-wip-us.apache.org/repos/asf/climate/tree/28d9293c Diff: http://git-wip-us.apache.org/repos/asf/climate/diff/28d9293c Branch: refs/heads/master Commit: 28d9293cf42de66b86a3228564a6dece2efbc4b5 Parents: 08b780d Author: Michael Joyce <[email protected]> Authored: Fri Oct 24 08:21:00 2014 -0700 Committer: Michael Joyce <[email protected]> Committed: Fri Oct 24 08:21:00 2014 -0700 ---------------------------------------------------------------------- ocw/data_source/esgf.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/climate/blob/28d9293c/ocw/data_source/esgf.py ---------------------------------------------------------------------- diff --git a/ocw/data_source/esgf.py b/ocw/data_source/esgf.py index f138367..084a73d 100644 --- a/ocw/data_source/esgf.py +++ b/ocw/data_source/esgf.py @@ -54,7 +54,9 @@ def load_dataset(dataset_id, pass as constraints to the search wrapper. These can be anything found on the ESGF metadata page for a dataset. - :returns: An ocw.dataset.Dataset object contained the requested dataset. + :returns: A list of ocw.dataset.Dataset objects contained the requested + dataset. If the dataset is stored in multiple files each will be loaded + into a separate ocw.dataset.Dataset object. :raises ValueError: If no dataset can be found for the supplied ID and variable, or if the requested dataset is a multi-file dataset.
