Commit ff7ba396 authored by Mario Chirinos Colunga's avatar Mario Chirinos Colunga 💬

find products

parent 09ee7991
...@@ -31,7 +31,6 @@ def main(argv): ...@@ -31,7 +31,6 @@ def main(argv):
productsCodes = {"L2A":"L1C"} productsCodes = {"L2A":"L1C"}
fileNames = [productList[k]['filename'].replace("SAFE", "zip").replace(productsCodes[cfg['productLevel']], cfg['productLevel']) for k in productList.keys() ] fileNames = [productList[k]['filename'].replace("SAFE", "zip").replace(productsCodes[cfg['productLevel']], cfg['productLevel']) for k in productList.keys() ]
print(fileNames)
inDir = cfg["productsDir"] inDir = cfg["productsDir"]
outdir = cfg["linksDir"] outdir = cfg["linksDir"]
dirList = os.listdir(inDir) dirList = os.listdir(inDir)
......
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