Skip to content

Releases: SatelliteShorelines/coastsat_package

v0.3.4

03 Sep 15:28

Choose a tag to compare

Full Changelog: v0.3.3...v0.3.4

v0.3.3

24 Jun 19:00

Choose a tag to compare

📦 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.

v0.3.2

24 Jun 18:06

Choose a tag to compare

Full Changelog: v0.3.1...v0.3.2

v0.3.1

23 Jun 23:55

Choose a tag to compare

📦 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_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.

v0.3.0

20 Jun 21:27

Choose a tag to compare

Full Changelog: v0.2.2...v0.3.0

v0.2.2

04 Jun 00:00

Choose a tag to compare

Full Changelog: v0.2.1...v0.2.2

v0.2.1

29 May 15:25

Choose a tag to compare

Full Changelog: v0.2.0...v0.2.1

v0.2.0

22 May 02:14

Choose a tag to compare

Full Changelog: v0.1.75...v0.2.0

CoastSat Package v0.2.0

New Features

  1. Download SAR imagery from S1
  2. Extract Shorelines from SAR Imagery

2024-08-06-19-08-00_S1

Changes

  1. SDS_shorelines.py has been refactored to improve organization and allow shorelines to be extracted from SAR imagery
  2. Added SDS_plotting.py to handle the plotting of the shorelines for both SAR and optical imagery
  3. SDS_download.py has been refactored to improve organization and allow SAR imagery to be downloaded
  4. SDS_preprocess.py has 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

28 Feb 00:08

Choose a tag to compare

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

24 Oct 22:35

Choose a tag to compare

Full Changelog: v0.1.73...v0.1.74