Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 628 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 628 Bytes

rapid-watershed-delineation

A fork of @nazmussazib's Rapid Watershed Delineation project, for use in Model My Watershed.

A Docker container of this repo and it's dependencies is available at docker-rwd.

Deployments

To create a new release, use the following git commands:

$ git flow release start 0.1.0
$ vim CHANGELOG.md
$ vim setup.py
$ git commit -m "0.1.0"
$ git flow release publish 0.1.0
$ git flow release finish 0.1.0
$ git push --tags