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.