Skip to content

v0.3.3

Latest

Choose a tag to compare

@github-actions github-actions released this 24 Jun 19:00
· 2 commits to master since this release

πŸ“¦ 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_coverage is 50%, but you can customize it to better suit your project's needs.

image

πŸ› οΈ 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.