v1.2.3
Full Changelog: v1.2.2...v1.2.3
Fixes
- Fixes cloud threshold filtering. Images downloaded will actually not download if the amount of bad pixels or cloud data exceeds the threshold
- No longer saves the index to any of the csv files
- Requires
coastsat-package > 0.1.65
allows for the downloaded images to be filtered by clouds and no data percentage
New Features
- Cloud Filter Update
- The cloud threshold filter now controls the amount of clouds that will be downloaded. Downloads will automatically calculate the percentage of cloud in the ROI and if it exceeds the limit the image is not saved.
- This fixes a bug with CoastSeg 1.2.2 where the cloud threshold was filtering out clouds based on the amount of clouds in the entire scene not the ROI.
- Bad Filter Update
- The bad threshold filter now controls the percentage of bad pixels allowed in the imagery. Downloads will automatically calculate the percentage of bad pixels (cloud and no data) in the ROI and if it exceeds the limit the image is not saved.
Known Bugs
- In the zoo workflow there is a bug that causes all of the S2 imagery to be filtered out during shoreline extraction.