π¦ Release v0.3.3
Full Changelog: v0.2.2...v0.3.3
π New Feature: min_roi_coverage
We've introduced a new setting called min_roi_coverage that gives users control over the minimum percentage of image overlap with the Region of Interest (ROI) required for an image to be downloaded.
- If an image does not meet the minimum overlap, it will not be downloaded.
- This prevents cases like the one shown below, where images covering only ~20% of the ROI were still being processed.
- The default value for
min_roi_coverageis 50%, but you can customize it to better suit your project's needs.
π οΈ Fixes & Improvements
- Improved filtering of low-coverage satellite scenes to enhance data quality and reduce unnecessary downloads.
π Thanks to @Cjanda12 for identifying this issue and sharing the example image.
