i would like to know how the clouds occlusions can be masked out in sentinel-3-olci?
i checked the official documentation here
https://docs.sentinel-hub.com/api/latest/data/sentinel-3-olci-l1b/
but i could not find any information about clouds occlusions.
Hi, you can refer to this previous thread for your answer:
Unlike Sentinel-2 L2A products, Sentinel-3 OLCI L1B products don’t come with a cloud cover layer.
A solution around that would be to come up with a combination of bands (such as a variation of NDSI ) or a threshold method (e.g. based on B21, which is quite dark over land) that helps you detect clouds in order to form a binary mask and then only return values that don’t fall within the mask. These methods will be somewhat approximative since cloud screening is quite complex but might help remove some of the noise.
Alternatively, you could use a combination of OLCI and SLSTR, since SLSTR has thermal bands that can help with cloud screening, but then you would have to use the Statistical API .