Skip to content
Snippets Groups Projects
Commit 96625d8a authored by Christophe R's avatar Christophe R
Browse files

update script example2

parent 1f8b2b04
No related branches found
No related tags found
No related merge requests found
......@@ -20,4 +20,4 @@ req = DataRequest(start_date="2016-08-01", end_date="2016-08-31").from_tiles(til
#~ a list of indices (available : NDVI/NDWIGAO/NDWIMCF/BIGR/BIRNIR/BIBG),
#~ And clouds_nodata (True/False) and quicklook (True/False)
DownloadAndProcess(req, hubs_limit={"peps":1, "scihub":1}, process_products=False, indices_list=["NDVI"], nodata_clouds=False, quicklook=False)
DownloadAndProcess(req, hubs_limit={"peps":1, "scihub":1}, process_products=True, indices_list=["NDVI"], nodata_clouds=False, quicklook=False)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment