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](https://github.com/Doodleverse/CoastSeg/assets/61564689/ac421fe4-cbf9-4ad9-86b5-368edd31bd9b)
3. Open anaconda prompt
4. Go to your coastseg location
5. 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](https://github.com/Doodleverse/CoastSeg/README.md) 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](https://github.com/Doodleverse/CoastSeg/issues).