From e8b44d308cabc6b7e834eb0a08ddb21a9f3325eb Mon Sep 17 00:00:00 2001 From: Megan Schatz <63426274+MSchatzUW@users.noreply.github.com> Date: Fri, 15 May 2020 14:48:11 -0700 Subject: [PATCH 1/2] Update pycmap_retrieve_dataset.rst Megan's comments --- .../pycmap_api/data_retrieval/pycmap_retrieve_dataset.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/user_guide/API_ref/pycmap_api/data_retrieval/pycmap_retrieve_dataset.rst b/user_guide/API_ref/pycmap_api/data_retrieval/pycmap_retrieve_dataset.rst index 2fa0456..7623478 100644 --- a/user_guide/API_ref/pycmap_api/data_retrieval/pycmap_retrieve_dataset.rst +++ b/user_guide/API_ref/pycmap_api/data_retrieval/pycmap_retrieve_dataset.rst @@ -35,6 +35,7 @@ Retrieve Dataset **Example** +Retrieves the dataset of the table name 'tblKM1906_Gradients3_uway_optics' from the KM1906 Gradients 3 Optical Underway dataset. .. code-block:: python @@ -44,3 +45,6 @@ Retrieve Dataset api = pycmap.API(token='') api.get_dataset('tblKM1906_Gradients3_uway_optics') + + +..COMMENT: Is there suppose to be a SQL statement here next? From f7a062361b95d3e9fb6d132abd7f03a4f51c21c2 Mon Sep 17 00:00:00 2001 From: Megan Schatz <63426274+MSchatzUW@users.noreply.github.com> Date: Wed, 27 May 2020 21:38:25 -0700 Subject: [PATCH 2/2] Update pycmap_retrieve_dataset.rst --- .../pycmap_api/data_retrieval/pycmap_retrieve_dataset.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/user_guide/API_ref/pycmap_api/data_retrieval/pycmap_retrieve_dataset.rst b/user_guide/API_ref/pycmap_api/data_retrieval/pycmap_retrieve_dataset.rst index 7623478..d169c31 100644 --- a/user_guide/API_ref/pycmap_api/data_retrieval/pycmap_retrieve_dataset.rst +++ b/user_guide/API_ref/pycmap_api/data_retrieval/pycmap_retrieve_dataset.rst @@ -46,5 +46,3 @@ Retrieves the dataset of the table name 'tblKM1906_Gradients3_uway_optics' from api = pycmap.API(token='') api.get_dataset('tblKM1906_Gradients3_uway_optics') - -..COMMENT: Is there suppose to be a SQL statement here next?