Releases: SatelliteShorelines/coastsat_package
v0.3.4
Full Changelog: v0.3.3...v0.3.4
v0.3.3
📦 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.
v0.3.2
Full Changelog: v0.3.1...v0.3.2
v0.3.1
📦 Release v0.3.1
Full Changelog: v0.2.2...v0.3.1
🚀 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.
v0.3.0
Full Changelog: v0.2.2...v0.3.0
v0.2.2
Full Changelog: v0.2.1...v0.2.2
v0.2.1
Full Changelog: v0.2.0...v0.2.1
v0.2.0
Full Changelog: v0.1.75...v0.2.0
CoastSat Package v0.2.0
New Features
- Download SAR imagery from S1
- Extract Shorelines from SAR Imagery
Changes
SDS_shorelines.pyhas been refactored to improve organization and allow shorelines to be extracted from SAR imagery- Added
SDS_plotting.pyto handle the plotting of the shorelines for both SAR and optical imagery SDS_download.pyhas been refactored to improve organization and allow SAR imagery to be downloadedSDS_preprocess.pyhas been refactored to improve organization and allow SAR imagery to be processed
Thanks to @mlundine and @dbuscombe-usgs for their contributions helping to make this release possible!
v0.1.75
Full Changelog: v0.1.74...v0.1.75
Fixes Issues
#19 Bug Report: Unable to download Imagery using script with earthengine-api =1.5.4
#18 Remove the deprecated skimage.io.imsave
#9 Make preprocess_single work even if files are missing
v0.1.74
Full Changelog: v0.1.73...v0.1.74

