Skip to content

v1.2.1

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Apr 22:17
· 93 commits to main since this release

Full Changelog: v1.2.0...v1.2.1

New Features

  1. Resumable Downloads
    You can now resume interrupted downloads. Simply load the session, select the region of interest (ROI), and click "Download Imagery." CoastSeg will download any files that weren't previously downloaded.
  2. Extract Shorelines for Specific Satellites and Dates
    You can extract shorelines for specific satellites and dates by adjusting the settings.
  3. Month Filter
    A new month filter allows you to download imagery only for specific months.

Resumable Downloads

  • Downloads can now be resumed if interrupted
  • Simply reload the session, re-select the region of interest (ROI), and click "Download Imagery"
  • CoastSeg will intelligently resume downloading any files that weren't fully transferred previously

resumable downloads
This screenshot shows that 6 images from LandSat 8 and 13 images from Sentinel 2 will be downloaded into the existing session for ROI sun_19.

Extract Shorelines for Specific Satellites and Dates

  • New settings allow specifying which satellites and date ranges to use
  • Extract shorelines from only the most relevant imagery for your analysis
  • Gain more control over the input data for shoreline extraction

New Month Filter

  • Filter downloads to include only specific months of the year
  • Avoid downloading extraneous data when only analyzing certain seasons/months
  • Keep download size manageable by retrieving only the needed imagery

image

Closed Issues

#240 : Added controls to only download specific months.
#234 : Users can now use the satellite list and date range to control which images the shorelines are extracted from thus there is no longer a need to separate the download settings and extract shoreline settings
#226 : Users can now continue downloads that were interrupted.