Diego Garcia Diaz
Diego Garcia Diaz
Hi, I have this tool to process Landsat scenes, and one of the first things is to download the quicklook of the scene: https://github.com/LAST-EBD/Protocolo_v3/blob/master/NProtocolo.py (quickloook download is in the __init__())...
Sorry, I forgot to say that this happens when I try to run the api from python code. The weird thing is that when I run excatly the same sentence...
This was quick. The problem was that I was looking for the key 'landsat_product_id' instead of 'display_id'. This can be very confsing because in the collection 2 scenes level 2...
Same for me. The way I "solved" was to put the download within a try/except block. That way I still have the "None of the archived ids succeeded! Update necessary!"...