v1.1.26
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
- Open the
SDS_coastsat_classifier.ipynb
notebook - Click the restart and clear all outputs button and click the save button
- This clears the old data from the notebook
- Open anaconda prompt
- Go to your coastseg location
- 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 thecertifications.json
make sure to save that file to a new location then move it back when you're done upgradinggit fetch origin git reset --hard origin/main
- If you got the error below:
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.