Skip to content

v1.1.26

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Jan 22:54
· 442 commits to main since this release

Full Changelog: v1.1.25...v1.1.26

Release Date: Jan 10, 2024

Please upgrade to version 1.1.26 this version of CoastSeg contains a critical fix to the deprecated Google authentication method that CoastSeg was using to connect with Google Earth Engine. Please follow the upgrade instructions included below.

Changelog

  • Fixes Issue #211 : deprecated Google authentication method is no longer used to connect to Google Earth Engine
  • Minor bug fixes for indexing errors that would occur when loading extracted shorelines on the map when only 1 shoreline was available

How to Upgrade

To upgrade to the latest version, you can follow these steps:

pip install coastseg==1.1.26

Upgrading the SDS_coastsat_classifier.ipynb notebook

  1. Open the SDS_coastsat_classifier.ipynb notebook
  2. Click the restart and clear all outputs button and click the save button
    • This clears the old data from the notebook

image

  1. Open anaconda prompt
  2. Go to your coastseg location
  3. Run git pull origin main
    • If you got the error below:
         fatal: 'origin' does not appear to be a git repository
         fatal: Could not read from remote repository.
         
         Please make sure you have the correct access rights
         and the repository exists.
      
    • How to fix this error
       git remote add origin  https://github.com/Doodleverse/CoastSeg.git`
       git pull origin main
      
    • If you get error saying you have changes in your branch run the following commands
      - ⚠️ This will clear out anything you have written to the certifications.json make sure to save that file to a new location then move it back when you're done upgrading
       git fetch origin
       git reset --hard origin/main
      

Please refer to the CoastSeg'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.