What's Changed
1. Update README.md by dbuscombe-usgs in https://github.com/Doodleverse/CoastSeg/pull/193
2. CoastSeg now uses S2 cloudless to filter out clouds in S2 imagery https://github.com/Doodleverse/CoastSeg/issues/164
3. There's a new setting called `enable image size filter` that automatically sorts images that are less that 60% of the expected ROI area into a directory called 'bad' https://github.com/Doodleverse/CoastSeg/issues/183
![image](https://github.com/Doodleverse/CoastSeg/assets/61564689/cb061104-5fad-4c5d-8232-c67cc34b8619)
![image](https://github.com/Doodleverse/CoastSeg/assets/61564689/ef9f314f-7d3a-4e00-9977-06dc2334d967)
4. A script and guide for georeferencing jpegs has been completed https://github.com/Doodleverse/CoastSeg/issues/181
- Added the new script `georeference_jpegs.py` to the `scripts` directory. It is a command line runnable script.
- Updated the wiki page with a guide on how to use the new script [How-to-Use-Scripts](https://github.com/Doodleverse/CoastSeg/wiki/08.-How-to-Use-Scripts#5-viewing-script-documentation)
![image](https://github.com/Doodleverse/CoastSeg/assets/61564689/0c622819-a781-459a-92dc-598b6cb9b940)
5. Metadata is saved as a json instead of a pickle https://github.com/Doodleverse/CoastSeg/issues/184
6. Incomplete downloads now are useable to extract shorelines and save the config files before the download starts https://github.com/Doodleverse/CoastSeg/issues/195
7. Fixed the preview images button so that is displays the number of images available in tier one and two https://github.com/Doodleverse/CoastSeg/issues/169
**Full Changelog**: https://github.com/Doodleverse/CoastSeg/compare/v1.0.0...v1.1.0