Closed fmemuir closed 1 month ago
Closing for now after adding QAMask()
, which runs an additional masking check for any Landsat images by using the Collection 2 QA band bit-packed values for clouds and/or snow instead, for Landsat 4-7 and Landsat 8-9 respectively.
Running through a set of Landsat 7 images, one has sneaked through the image processing stage all the way to FindShoreContours_Water(), where run fails as
threshold_otsu
is taking place:Potentially to do with the poor quality of the image - it's very cloudy, but somehow the calculated cloud score is only 0.6?
Might be related to the issue with QA band names being changed and with the Landsat collection changes, I don't think
create_cloud_mask()
is doing anything anymore with the new Collection band names and QA band configuration.