Repository: climate Updated Branches: refs/heads/master 6aa2d7eee -> 5d9dfcfb7
Update documentation and Podaacpy example Project: http://git-wip-us.apache.org/repos/asf/climate/repo Commit: http://git-wip-us.apache.org/repos/asf/climate/commit/5d9dfcfb Tree: http://git-wip-us.apache.org/repos/asf/climate/tree/5d9dfcfb Diff: http://git-wip-us.apache.org/repos/asf/climate/diff/5d9dfcfb Branch: refs/heads/master Commit: 5d9dfcfb7900970476dfcc451a412f3c55fa2f67 Parents: 6aa2d7e Author: Lewis John McGibbney <lewis.mcgibb...@gmail.com> Authored: Tue May 8 16:36:05 2018 -0700 Committer: Lewis John McGibbney <lewis.mcgibb...@gmail.com> Committed: Tue May 8 16:36:05 2018 -0700 ---------------------------------------------------------------------- docs/source/conf.py | 2 +- ocw/data_source/podaac_datasource.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/climate/blob/5d9dfcfb/docs/source/conf.py ---------------------------------------------------------------------- diff --git a/docs/source/conf.py b/docs/source/conf.py index a9f30ed..c40db56 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -63,7 +63,7 @@ master_doc = 'index' # General information about the project. project = u'Apache Open Climate Workbench' -copyright = u'2017, Apache Software Foundation' +copyright = u'2018, Apache Software Foundation' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the http://git-wip-us.apache.org/repos/asf/climate/blob/5d9dfcfb/ocw/data_source/podaac_datasource.py ---------------------------------------------------------------------- diff --git a/ocw/data_source/podaac_datasource.py b/ocw/data_source/podaac_datasource.py index 708b72a..252b199 100644 --- a/ocw/data_source/podaac_datasource.py +++ b/ocw/data_source/podaac_datasource.py @@ -54,7 +54,7 @@ def list_available_extract_granule_dataset_ids(): ''' podaac_utils = PodaacUtils() - return podaac_utils.list_available_extract_granule_dataset_ids() + return podaac_utils.list_all_available_extract_granule_dataset_ids() def subset_granule(variable, dataset_id='', name='', path='/tmp', input_file_path=''): '''Subset Granule service allows users to Submit subset jobs. \