Update documentation and Podaacpy example
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 @@
 
 # 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
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 @@
 
     '''
     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. \