v1.2.2
Full Changelog: v1.2.1...v1.2.2
Fixes
- Removes deprecated
import pyTMD.constants
- Updates
scripts/aviso_fes_tides.py
to be up to date with2.1.1
- Requires
coastsat-package > 0.1.63
to allow datetime objects to work with extract shorelines
New Features
- 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. - Extract Shorelines for Specific Satellites and Dates
You can extract shorelines for specific satellites and dates by adjusting the settings. - 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
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
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.