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 think r.clump was supposed to take care of it but I believe it has no impact after r.grow. Or maybe I misunderstood the role of r.clump?
r.area is successful at removing small clusters of cloud-free pixels within clouds but is ineffective on isolated cloudy-pixels in a cloud-free regions.
Maybe a fix would be to shrink the SCDA_v20 before we grow it:
Those post-processing steps were implemented by @mankoff before we started to use SCDA, and we indeed definitely have to check if they are still appropriate/needed!
One of the ideas behind it was to make sure we remove e.g. cloud shadows, that are not correctly detected by SCDA. Maybe more than an isotrope buffer, we could work with SZA and only buffer in the right direction.
From what I understand r.clump is only polygonizing the data, creating objects from contiguous areas to then filter them by extent (r.reclass.area).
but is ineffective on isolated cloudy-pixels in a cloud-free regions.
I find it weird. Again, from my understanding, objects should be created independently of their values and therefore the processing should be the same for isolated cloud-free and cloudy pixels. I probably miss something here.
Maybe a fix would be to shrink the SCDA_v20 before we grow it
Very interesting fix. However I think we loose some precious SCDA detection in the process even if only for two pixels. I am pretty sure there is a way to directly filter by area independently of the class. I will investigate!
I think we should not consider one or two isolated cloudy pixels as clouds, and grow a buffer around them.
SICE/dm.grass.sh
Lines 50 to 59 in b18b5de
I think r.clump was supposed to take care of it but I believe it has no impact after r.grow. Or maybe I misunderstood the role of r.clump?
r.area is successful at removing small clusters of cloud-free pixels within clouds but is ineffective on isolated cloudy-pixels in a cloud-free regions.
Maybe a fix would be to shrink the SCDA_v20 before we grow it:
The text was updated successfully, but these errors were encountered: