Skip to content

Releases: SatelliteShorelines/CoastSeg

v1.1.38

23 Feb 01:32
Compare
Choose a tag to compare

Full Changelog: v1.1.37...v1.1.38

v1.1.37

21 Feb 23:46
Compare
Choose a tag to compare

Full Changelog: v1.1.36...v1.1.37

v1.1.36

21 Feb 23:11
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.35...v1.1.36

v1.1.35

14 Feb 16:33
Compare
Choose a tag to compare

Full Changelog: v1.1.34...v1.1.35

v1.1.34

13 Feb 22:04
Compare
Choose a tag to compare

Full Changelog: v1.1.33...v1.1.34

v1.1.33

13 Feb 01:15
Compare
Choose a tag to compare

Full Changelog: v1.1.32...v1.1.33

Changelog

  • A CSV file is no longer generated for each transect
  • A new CSV file called transect_time_series_tidally_corrected_matrix.csv is in the same format as transect_time_series.csv
  • predicted_tides.csv is now formatted as dates x transect id
  • A new CSV file called transect_time_series_tidally_merged.csv is in the same format as transect_time_series_tidally_corrected.csv

v1.1.32

13 Feb 00:05
Compare
Choose a tag to compare

Full Changelog: v1.1.31...v1.1.32

  • Updates Google Earth Engine to use notebook by default after Google Fixed Authentication methods

v1.1.31

08 Feb 17:19
Compare
Choose a tag to compare

Full Changelog: v1.1.30...v1.1.31

Release Date: Feb 8, 2024

This version of coastseg renders transects as arrows on the map and extracted shorelines on the widget on the right side. It also contains the bug fixed from 1.1.30 which are highlighted below.

It fixes the bug where downloaded ROIs in the /data folder has their config.json and config_gdf.geojson files overwritten when shoreline were extracted. This new version also allows users to load ROI from sessions where not all the ROIs were downloaded. Now a warning appears to tell the user that some of the ROIs are missing but that they can still extract shorelines for the ROIs that were downloaded. (#218) Tide correction now correctly converts the CRS of the transects so tide predictions are correctly performed at the end of each transect (#222) . Lastly tide correction has been fixed so it works in both the coastsat and zoo workflows (#227)
transects as arrows_extracted shorelines_hover

Upgrade

pip install coastseg==1.1.31

Change Log

Closed Issues from 1.1.31

  1. Fixes #213 : Transects are now rendered as arrows on the map where each transect points to its end point, which is supposed to be seaward.
  2. Extracted shorelines' metadata is once again render on the widget on the right side of the map.

Closed Issues from 1.1.30

1.Fixes issue #222: The transects end point are now correctly converted to the CRS 4326 and used to predict the tides.
3. Fixes issue #227 : Tide correction works in both the Zoo and CoastSat workflows

  • All input transects are converted to CRS 4326 before checked which region of the tide model they belong to
  1. Fixes issue #218 : ROI Settings Not Found Bug
  • If a user shared one ROI out of a session containing more ROIs. Users can now extract shorelines from the one ROI shared. A warning message (see below) will appear to tell them which ROIs are missing and that they can extract shorelines for the downloaded ROIs.
  • It fixes the bug where downloaded ROIs in the /data folder has their config.json and config_gdf.geojson files overwritten when shorelines were extracted. If a user extracted shorelines for a single ROI out of a session of 3 ROIs that ROI's config.json and config_gdf.geojson files in the /data folder were overwritten to ONLY have that ROI's data instead of all the ROIs from the session it belonged to.
  • ROI settings can be read from multiple subdirectories meaning that users can load a session containing multiple independent ROIs with extracted shorelines and have all the ROI settings load correctly. WARNING only one set of settings will load to populate the widget.

New Warning Messages for Missing ROIs

#218 A new warning message informing the user that not all the ROIs were downloaded but that they can still extract shorelines for the downloaded ROIs.
new_settings_warning_message
new_settings_warningpt2

v1.1.30

06 Feb 23:29
Compare
Choose a tag to compare

Full Changelog: v1.1.29...v1.1.30
Release Date: Feb 6, 2024

This version of coastseg contains some major bug fixes. It fixes the bug where downloaded ROIs in the /data folder has their config.json and config_gdf.geojson files overwritten when shoreline were extracted. This new version also allows users to load ROI from sessions where not all the ROIs were downloaded. Now a warning appears to tell the user that some of the ROIs are missing but that they can still extract shorelines for the ROIs that were downloaded. (#218) Tide correction now correctly converts the CRS of the transects so tide predictions are correctly performed at the end of each transect (#222) . Lastly tide correction has been fixed so it works in both the coastsat and zoo workflows (#227)

Upgrade

pip install coastseg==1.1.30

Change Log

  1. Fixes issue #222: The transects end point are now correctly converted to the CRS 4326 and used to predict the tides.
  2. Fixes issue #227 : Tide correction works in both the Zoo and CoastSat workflows
  • All input transects are converted to CRS 4326 before checked which region of the tide model they belong to
  1. Fixes issue #218 : ROI Settings Not Found Bug
  • If a user shared one ROI out of a session containing more ROIs. Users can now extract shorelines from the one ROI shared. A warning message (see below) will appear to tell them which ROIs are missing and that they can extract shorelines for the downloaded ROIs.
  • It fixes the bug where downloaded ROIs in the /data folder has their config.json and config_gdf.geojson files overwritten when shorelines were extracted. If a user extracted shorelines for a single ROI out of a session of 3 ROIs that ROI's config.json and config_gdf.geojson files in the /data folder were overwritten to ONLY have that ROI's data instead of all the ROIs from the session it belonged to.
  • ROI settings can be read from multiple subdirectories meaning that users can load a session containing multiple independent ROIs with extracted shorelines and have all the ROI settings load correctly. WARNING only one set of settings will load to populate the widget.

New Warning Messages for Missing ROIs

#218 A new warning message informing the user that not all the ROIs were downloaded but that they can still extract shorelines for the downloaded ROIs.
new_settings_warning_message
new_settings_warningpt2

v1.1.29

06 Feb 19:19
Compare
Choose a tag to compare

Full Changelog: v1.1.28...v1.1.29