Skip to content

Releases: SatelliteShorelines/CoastSeg

v1.3.0

21 Dec 00:43
Compare
Choose a tag to compare

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

12 Dec 05:02
Compare
Choose a tag to compare

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 and local_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

image

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 and local_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

25 Oct 23:42
Compare
Choose a tag to compare

Full Changelog: v1.2.15...v1.2.16

Maintanence Release No Major Changes

  1. #279 update tide correction to be compatible with pyTMD 2.1.7
  2. Remove old prints
  3. Remove deprecated np.NaN
  4. Update dependencies to have pyTMD >= 2.1.7

v1.2.15

25 Oct 00:50
Compare
Choose a tag to compare

Full Changelog: v1.2.14...v1.2.15

v1.2.14

22 Jul 16:27
Compare
Choose a tag to compare

Full Changelog: v1.2.13...v1.2.14

Fixes

Fixed Deprecation Warning : LANDSAT/LT05/C01/T1_TOA #274

v1.2.13

15 Jul 15:20
Compare
Choose a tag to compare

Full Changelog: v1.2.12...v1.2.13

v1.2.12

10 Jul 20:00
Compare
Choose a tag to compare

Full Changelog: v1.2.11...v1.2.12

Fixes

#270 #271

v1.2.11

09 Jul 20:01
Compare
Choose a tag to compare

Full Changelog: v1.2.10...v1.2.11

Fixes

  1. #269 #267 removes the deprecated Matplotlib.cm.get_cmap code from coastseg

v1.2.10

02 Jul 19:25
Compare
Choose a tag to compare

Full Changelog: v1.2.9...v1.2.10

Fixes

  1. #265 Fixes issue where not some shoreline intersection points in the timeseries were appearing on the wrong transect

v1.2.9

26 Jun 21:40
Compare
Choose a tag to compare

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