v1.8.1
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
nodatavalue for floating point data type images tofloat('-inf').
Packaging:
- Pin Rasterio for compatibility with
float('-inf')nodata.