From c169f85b225b71a0aaa7f3bbead0e9064a74a789 Mon Sep 17 00:00:00 2001 From: Omkar Reddy Date: Wed, 17 May 2017 20:28:07 +0530 Subject: [PATCH] Improving the documentation of granule_subset --- podaac/podaac.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/podaac/podaac.py b/podaac/podaac.py index 4ba4c7e..e1a7c10 100644 --- a/podaac/podaac.py +++ b/podaac/podaac.py @@ -482,7 +482,9 @@ def granule_preview(self, dataset_id='', image_variable='', path=''): def granule_subset(self, input_file_path, path=''): '''Subset Granule service allows users to Submit subset jobs. \ Use of this service should be preceded by a Granule Search in \ - order to identify and generate a list of granules to be subsetted. + order to identify and generate a list of granules to be subsetted. \ + NOTE : At present PODAAC's granule subsetting service is only \ + restricted to Level2 granules. :param input_file_path: path to a json file which contains the \ the request that you want to send to PO.DAAC