You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: subscriber/podaac_data_subscriber.py
+16-6Lines changed: 16 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -107,6 +107,7 @@ def create_parser():
107
107
help="Specify a provider for collection search. Default is POCLOUD.") # noqa E501
108
108
parser.add_argument("--dry-run", dest="dry_run", action="store_true", help="Search and identify files to download, but do not actually download them") # noqa E501
109
109
parser.add_argument("--subset", dest="subset", action="store_true", help="Subset the data via Harmony calls.") # noqa E501
110
+
parser.add_argument("--collection-version",dest="collection_version", help="Restrict download to files within a specific collection version")
0 commit comments