tmpList=sentinel.getProducts(wkt,(cfg['startDate'],cfg['endDate']),{"producttype":productType[cfg["productLevel"]],"platformname":cfg['platform'],"cloudcoverpercentage":"[0 TO "+str(cfg['clouds'])+"]"},areaRelation="Contains")
iflen(productList)<=0:
print("No products found with 'Contains' trying with 'Intersects'")
tmpList=sentinel.getProducts(wkt,(cfg['startDate'],cfg['endDate']),{"producttype":productType[cfg["productLevel"]],"platformname":cfg['platform'],"cloudcoverpercentage":"[0 TO "+str(cfg['clouds'])+"]"})