Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
2320sharon committed Jan 11, 2024
2 parents 2b1ad23 + 3ed813f commit 618da6b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ rois.geojson

# ignore the certifications.json file, since that's empty in the repo but users will need to modify it
certifications.json
./certifications.json
certifications.json

# ignore the downloaded tide_model
/*tide_model*/*
Expand All @@ -20,7 +22,7 @@ certifications.json
# But don't ignore these specific files
!download_tide_model.py
!Download_tide_model.ipynb
!certifications.json
# !certifications.json
!src/coastseg/tide_model/tide_regions_map.geojson

myscripts/*
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CoastSeg

[![image](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/2320sharon/CoastSeg/blob/main/coastseg_for_google_colab.ipynb)
<!-- [![image](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/2320sharon/CoastSeg/blob/main/coastseg_for_google_colab.ipynb) -->

[![image](https://img.shields.io/pypi/v/coastseg.svg?color=%23ec3dc8)](https://pypi.python.org/pypi/coastseg)
</br>
Expand Down Expand Up @@ -127,7 +127,7 @@ After you install miniconda/Anaconda on your PC, open the Anaconda prompt or Ter

- To update coastseg to a specific version specify the version after the `==`

`pip install coastseg==0.0.72.dev6`
`pip install coastseg==1.1.26`

### Update to the latest version

Expand Down

0 comments on commit 618da6b

Please sign in to comment.