I noticed some errors in the "Clone the Repository" section of the README:
The instructions suggest cloning the dev branch, but there is only one branch i.e. master branch.
The URL in the example code uses coastline-extraction.git, but the actual repository name is CoastlineExtraction.git.
These cause the initial clone command to fail for new users.
I noticed some errors in the "Clone the Repository" section of the README:
The instructions suggest cloning the
devbranch, but there is only one branch i.e.masterbranch.The URL in the example code uses
coastline-extraction.git, but the actual repository name isCoastlineExtraction.git.These cause the initial clone command to fail for new users.