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
Hi to all,
when I try to download Landsat 4/5/7 the images are always blank with NaN. I have to download monthly Landsat from 1985 to 2024.
How can I do this ?
Thank you in advance!
The text was updated successfully, but these errors were encountered:
Essentially, what is required is to filter the collection by the platrform and apply the correct bit mask.
As the original intention of rsi was to support contemporary monitoring activities, support for older Landsat sensors was not added. This is definitely a feature which we should consider adding.
I'm not in a position to provide a comprehensive work around right now but you should be able to develop a suitable filter for the landsat platform(s) using an approach similar to that for cloud cover here: #64
You will need to find out the correct bits to mask out for your platform and needs.
If you do make progress on this issue, please share back here and we might be able to integrate this functionality as high-level functions more easily.
Hi to all,
when I try to download Landsat 4/5/7 the images are always blank with NaN. I have to download monthly Landsat from 1985 to 2024.
How can I do this ?
Thank you in advance!
The text was updated successfully, but these errors were encountered: