Commit 697495a2 authored by Pedro Alfonso Ramirez's avatar Pedro Alfonso Ramirez

Add unzip

parent 6bac800d
......@@ -66,7 +66,7 @@ def check_existing_productType(product,flag):
def find_files_Sentinel(args):
check_existing_directory(args.folder, 2)
check_existing_productType(args.satellite, 1)
check_existing_productType(args.product_typ, 2)
check_existing_productType(args.product_type, 2)
files = os.listdir(folder)
if (args.product_type == "all"):
if args.satellite == 'Sentinel-1' or args.satellite == 'sentinel-1':
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment