You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to download the 'landsat_ot_c2_l2' images but I am getting as result colection 1 images (I am looking and already have downloaded a lot of "L2SP" scenes, but in the last hours I am only getting "L1TP" scenes). Even when I look for the ones L2SP that I had already downloaded.
The text was updated successfully, but these errors were encountered:
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 from the terminal I get the correct collection 2 "L2SP" products that I was expecting to get. But yet from the python code I am getting the "L1TP" products.
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 the 'landsat_product_id' is wrong and point to the 'L1TP' products. So, I was looking in the 'landsat_ot_c2_l2' but I was downloading the Level 1 products. Easy to solve changing to display_id but it very confusing because once you downloaded the correct "L2SP" scene in the MTL.txt the landsat_product_id is the correct. So, I am not sure where can you be obtaining these Ladsat_product_id.
However, thanks a lot for this super util library! :)
Hi there!
I am trying to download the 'landsat_ot_c2_l2' images but I am getting as result colection 1 images (I am looking and already have downloaded a lot of "L2SP" scenes, but in the last hours I am only getting "L1TP" scenes). Even when I look for the ones L2SP that I had already downloaded.
The text was updated successfully, but these errors were encountered: