Commit 1bf2ee8c authored by Mario Chirinos Colunga's avatar Mario Chirinos Colunga 💬

findproducts

parent 8d11ba7c
......@@ -25,6 +25,7 @@ class Command(BaseCommand):
products = findProducts.findSentinelProducts(options['wkt'][0], options['startDate'][0], options['endDate'][0], options['platform'][0], options['cloud'][0])
print products
pl1c = Product_l1c.objects.all().filter(identifier__in=products)
print pl1c
pl2a = Product_l1c.objects.all().filter(identifier__in=pl1c)
fileList = [ p.file_path for p in pl2a]
......
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