Releases: SatelliteShorelines/CoastSeg
CoastSeg Release 0.0.74
CoastSeg Release 0.0.74
We are excited to announce the release of CoastSeg v0.0.74. We would like to express our gratitude to all the contributors who made this release possible. This version introduces a lot of enhancements and new features, and we highly recommend all users to upgrade.
pip install coastseg==0.0.74
New Features
- Coastseg has a preview button which lets you view the number of available images for each satellite.
- Users can now click and delete reference shorelines
world_copy_jump=True
fixes the issue where geometries weren't loading on the infinite map- User can now click and delete selected ROIs
Issues Closed
CoastSeg Release 0.0.73
CoastSeg Release 0.0.73
We are excited to announce the release of CoastSeg v0.0.73. We would like to express our gratitude to all the contributors who made this release possible. This version introduces a lot of enhancements and new features, and we highly recommend all users to upgrade.
pip install coastseg==0.0.73
New Features
- Coastseg will automatically detect if downloads are occurring on a secure network and attempt to use the ssl certificate file in the location within the certifications.json file.
- The Error Message when the ssl file is missing now tells the user to enter the location of ssl certificate file in the certifications.json file
CoastSeg Release 0.0.72
CoastSeg Release 0.0.72
We are excited to announce the release of CoastSeg v0.0.72. We would like to express our gratitude to all the contributors who made this release possible. This version introduces a lot of enhancements and new features, and we highly recommend all users to upgrade.
pip install coastseg==0.0.72
New Features
- Users can now delete selected ROIs #166
- Users can delete selected shorelines
- Added an on/off switch for the cloud mask issue
- New MNDWI and NDWI segformer models have been added
- The resunet NDWI,MNDWI, and 5 band models have been removed from coastseg
Improvements
- Filter_metadata function has been fixed so now extracted shorelines in the time series csv display the correct dates.
- A warning message now appears when the user loads a session where downloaded imagery is missing instead of error message.
- Extract Shorelines wiki has been updated with steps for how to extract shorelines
Changes
- shoreline_buffer min value is 5 when before it was 50 to allow more fine tune control
- beach area slider min: 100m before it was 1000m
Issues Closed
Issues in Progress
- #124
- Working on a tidal correction script
- Updating Guides for extracting shorelines with CoastSat
- Fixing a bug with reference shoreline buffers discovered with unet shoreline extraction
CoastSeg PreRelease Version 0.0.72dev7
CoastSeg Pre-Release 0.0.72dev7
New Features
- Users can now delete selected ROIs #166
- Users can delete selected shorelines
- Added an on/off switch for the cloud mask issue
Changes
- shoreline_buffer min value is 5 when before it was 50 to allow more fine tune control
- beach area slider min: 100m before it was 1000m
Issues Closed
Issues in Progress
- #124
- Working on a tidal correction script
- Updating Guides for extracting shorelines with CoastSat
- Updating Guides for filtering images
- Fixing a bug with reference shoreline buffers discovered with unet shoreline extraction
CoastSeg Release Version 0.071
Release v0.0.71
Release Date: July 3, 2023
We are excited to announce the release of CoastSeg v0.0.71 which has a bug fix for issue #156.
Users on secure networks can now use coastseg to securely download files.
Users on a secure network need to modify the certifications.json
file in the main coastseg directory to include the path to your cert file.
Changelog
Bug Fixes
- Fixed issue #156 Users on secure networks can now use coastseg to securely download files by adding the path to their cert file to the
certifications.json
file
Improvements
New Features
Contributors
We would like to thank all our contributors who worked on this release:
For a complete list of code contributors, see the GitHub contributors page.
How to Upgrade
To upgrade to the latest version, you can follow these steps:
- Pull the latest version from the
main
branch.git pull origin main
pip install v0.0.71
Please refer to the project's readme file for more information about installing and configuring.
Feedback
We are eager to hear about your experiences with this new release. Please provide your feedback, file issues, or contribute a pull request on our GitHub page.
CoastSeg Release Version 0.0.70
Release v0.070
Release Date: June 12, 2023
We are excited to announce the release of CoastSeg v0.0.70
Changelog
Bug Fixes
- Fixed issue #119 extract shorelines no longer crashes when computing shoreline transect intersections
Improvements
- Improved extract shorelines performance (no longer crashes)
- Progress bars reflect progress for extracting shorelines better
- More tests for better stability (75 and counting!)
- Users can upload transect geojson files with any CRS
New Features
- Feature 1: Users can now filter out bad RGB imagery and wiki guide for how to use it (issue #137)
- Feature 2: New transects have been added for the United States and older transects were removed (issue #139)
Contributors
We would like to thank all our contributors who worked on this release:
For a complete list of code contributors, see the GitHub contributors page.
How to Upgrade
To upgrade to the latest version, you can follow these steps:
- Pull the latest version from the
main
branch.git pull origin main
pip install v0.0.70
Please refer to the project's readme file for more information about installing and configuring.
Feedback
We are eager to hear about your experiences with this new release. Please provide your feedback, file issues, or contribute a pull request on our GitHub page.
v0.068dev6
Release v0.068dev6
Release Date: June 8, 2023
We are excited to announce the release of CoastSeg v0.068dev6.
Changelog
Bug Fixes
- Fixed issue #145 removed 2 class models
Improvements
- Improved extract shorelines for unet performance (no longer crashes)
- Progress bars reflect progress for extracting shorelines better
- More tests for better stability (75 and counting!)
- Users can upload transect geojson files with any CRS
New Features
- Feature 1: Users can now filter out bad RGB imagery and wiki guide for how to use it (issue #137)
- Feature 2: New transects have been added for the United States and older transects were removed (issue #139)
Contributors
We would like to thank all our contributors who worked on this release:
For a complete list of code contributors, see the GitHub contributors page.
How to Upgrade
To upgrade to the latest version, you can follow these steps:
- Pull the latest version from the
main
branch.git pull origin main
pip install v0.068dev6
Please refer to the project's readme file for more information about installing and configuring.
Feedback
We are eager to hear about your experiences with this new release. Please provide your feedback, file issues, or contribute a pull request on our GitHub page.