Skip to content
Snippets Groups Projects
Commit 8e8e5184 authored by Jérémy AUCLAIR's avatar Jérémy AUCLAIR
Browse files

Comment changes and new gitlab test.

parent fa664790
No related branches found
No related tags found
No related merge requests found
......@@ -348,7 +348,7 @@ def download_landsat_data(path_to_config_file: str, start_date: str, end_date: s
print("DOWNLOAD: " + download['url'])
else:
# TODO: manage cases where multiple tiles are downloaded for pixel mode
# TODO: manage cases where multiple tiles are downloaded for pixel mode (add mode argument)
# Get all available downloads and pack them in args
save_product_path = download_path + os.sep + 'USGS'
args = [(download['url'], save_product_path, chunk_size) for download in requestResults['availableDownloads']]
......
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