**Full Changelog**: https://github.com/SatelliteShorelines/CoastSeg/compare/v1.2.1...v1.2.2
Fixes
- Removes deprecated `import pyTMD.constants`
- Updates `scripts/aviso_fes_tides.py` to be up to date with `2.1.1`
- Requires `coastsat-package > 0.1.63` to allow datetime objects to work with extract shorelines
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](https://github.com/SatelliteShorelines/CoastSeg/assets/61564689/87c8bd40-09c7-4c41-9b9f-24ec8eee410d)
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](https://github.com/SatelliteShorelines/CoastSeg/assets/61564689/9f7c167b-3ae4-4ccd-abf7-d15858fd9d4b)
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.