Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

Commit

Permalink
Merge pull request #112 from Omkar20895/master
Browse files Browse the repository at this point in the history
Improving the documentation of granule_subset
  • Loading branch information
lewismc committed May 17, 2017
2 parents 537a127 + c169f85 commit 33579e3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion podaac/podaac.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 33579e3

Please sign in to comment.