Replies: 1 comment
-
@jverrydt we removed support for MaskedArray's mask are bools (True or False) so we cannot keep information about partial values. We could maybe introduce a ref: #689 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I now have the following custom algorithm defined to mask clouds in my Sentinel 2 TCI imagery. This is working but we want to switch to something that is adding a semi-transparant layer to also show the borders of the swots. Can I also achieve this with a custom algorithm?
`cloud_mask.py
Beta Was this translation helpful? Give feedback.
All reactions