Skip to content

v1.8.1

Choose a tag to compare

@dugalh dugalh released this 12 Jul 16:47
· 418 commits to main since this release

This is a bugfix release that deals with Sentinel-2 images that are missing required cloud mask data, and an Earth Engine quirk relating to image data type and nodata value.

Fixes:

  • Create fully masked cloud masks when Sentinel-2 images are missing QA60 or cloud probability data (#24).
  • Work around 350528377 by changing the GeoTIFF nodata value for floating point data type images to float('-inf').

Packaging:

  • Pin Rasterio for compatibility with float('-inf') nodata .