Releases: sentinel-hub/sentinel2-cloud-detector
Releases · sentinel-hub/sentinel2-cloud-detector
s2cloudless v1.2.2
Change log:
CloudMaskRequest
now automatically sets correct image format, disables atmospheric correction and overrides layer definition.CloudMaskRequest
does not send a duplicated HTTP request to WFS services anymore.- Improvements in error handling.
- Better unit tests added.
s2cloudless v1.2.0
Added new method S2PixelCloudDetector::get_mask_from_prob(cloud_probs)
that calculates binary masks for previously classified cloud probability maps by applying convolution, dilation, and threshold.
s2cloudless v1.1.0
Change log:
- added control over what value should be assigned to cloud probability map and mask in the case of non valid data pixels.