Releases: SatelliteShorelines/CoastSeg
Releases · SatelliteShorelines/CoastSeg
v1.3.0
What's Changed
CoastSeg Workflow
- The config.json now has a new a setting called
coastseg_version
: which records the coastseg version used to create/modify the config file.
Zoo workflow
- The extract shorelines function in zoo now uses the segmentation filter model by @mlundine to filter segmentations into good/bad folders
- A new script that uses an image good/bad classifier created by @mlundine to sort bad images into a bad folder: `7_automatic_image_sorter.py
Full Changelog: v1.2.17...v1.3.0
v1.2.17
Full Changelog: v1.2.16...v1.2.17
What's Changed
- Update README.md with updated transects zenodo link by @2320sharon in #258
- Transects saved in the raw_transect_timeseries.csv are now sorted by ID
- The
config_gdf.geojson
allows the 'type' property to be 'reference_shoreline' or 'reference shoreline' for reference shorelines features in it to be loaded correctly. coregister
parameter has been added to the zoo workflow to allow coregistered dataset to undergo shoreline extraction- New models have been added to the CoastSeg Zoo workflow
- Local models can be loaded from a directory in the CoastSeg Zoo workflow using two new model settings :
use_local_model
andlocal_model_path
Bug Fixes
#280: Fixes issue where shoreline points that were not on transect were being not being removed when Drop intersection points not on transects
setting was set to True
Improvements
- Transects saved in the raw_transect_timeseries.csv are now sorted by ID
coregister
parameter has been added to the zoo workflow to allow coregistered dataset to undergo shoreline extraction- New models have been added to the CoastSeg Zoo workflow
- Local models can be loaded from a directory in the CoastSeg Zoo workflow using two new model settings :
use_local_model
andlocal_model_path
- The
config_gdf.geojson
allows the 'type' property to be 'reference_shoreline' or 'reference shoreline' for reference shorelines features in it to be loaded correctly.
v1.2.16
Full Changelog: v1.2.15...v1.2.16
Maintanence Release No Major Changes
- #279 update tide correction to be compatible with pyTMD 2.1.7
- Remove old prints
- Remove deprecated
np.NaN
- Update dependencies to have
pyTMD >= 2.1.7
v1.2.15
Full Changelog: v1.2.14...v1.2.15
v1.2.14
v1.2.13
Full Changelog: v1.2.12...v1.2.13
v1.2.12
v1.2.11
Full Changelog: v1.2.10...v1.2.11
Fixes
v1.2.10
Full Changelog: v1.2.9...v1.2.10
Fixes
- #265 Fixes issue where not some shoreline intersection points in the timeseries were appearing on the wrong transect
v1.2.9
Full Changelog: v1.2.8...v1.2.9
What's Changed
- Fixed a bug where some users who did not name their project "CoastSeg" could no longer load sessions