earth-chris / earthlib-legacy

Spectral endmembers and unmixing tools for satellite land cover mapping.
https://earth-chris.github.io/earthlib
MIT License
24 stars 3 forks source link

Sentinel-2 qa band masking #24

Closed earth-chris closed 3 years ago

earth-chris commented 3 years ago

Fixes #7

The Sentinel-2 masking was anomalously masking valid image values. It's unclear why, but changing from img.mask() to img.updateMask() resolved this. Hooray!

This PR also contains some very minor edits to one of the documentation pages. This can be ignored.

earth-chris commented 3 years ago

fyi @lingling-liu - this issue will be marked as resolved once we merge these changes.

earth-chris commented 3 years ago

ta da:

image