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
When using the Landsat datasets now, they ask to migrate the workflows from Landsat Collection 1 to Collection 2. I think they have changed the name of some bands or terms, and this is why the "cloud_maks" function is not working anymore.
In my code it works for "ee.ImageCollection('LANDSAT/LC08/C01/T1_SR')" but not in "ee.ImageCollection("LANDSAT/LC08/C02/T1_L2")"
I think these terms are the only things that need to be changed. https://www.usgs.gov/landsat-missions/landsat-collection-2-level-2-science-products
Could you check this?
Thanks a lot,
Ivan
The text was updated successfully, but these errors were encountered:
Hola Ivan,
I really haven't had time to improve or update this package. I'm sorry. As you mentioned it's not only about changing the collection ID but other things too. I'm not sure when I'll have time to do this. But thanks for reporting.
When using the Landsat datasets now, they ask to migrate the workflows from Landsat Collection 1 to Collection 2. I think they have changed the name of some bands or terms, and this is why the "cloud_maks" function is not working anymore.
In my code it works for "ee.ImageCollection('LANDSAT/LC08/C01/T1_SR')" but not in "ee.ImageCollection("LANDSAT/LC08/C02/T1_L2")"
I think these terms are the only things that need to be changed.
https://www.usgs.gov/landsat-missions/landsat-collection-2-level-2-science-products
Could you check this?
Thanks a lot,
Ivan
The text was updated successfully, but these errors were encountered: