Skip to content

Latest commit

 

History

History
49 lines (28 loc) · 1.45 KB

README.md

File metadata and controls

49 lines (28 loc) · 1.45 KB

CIVL 418 - Engineering Hydrology

Rainfall-Runoff Model Tutorial

Binder

This tutorial is an introduction to the rainfall-runoff model.

Usage example

A few motivating and useful examples of how your product can be used. Spice this up with code blocks and potentially more screenshots.

For more examples and usage, please refer to the [Wiki][wiki].

Development setup

Describe how to install all development dependencies and how to run an automated test-suite of some kind. Potentially do this for multiple platforms.

conda create -n myenv python=3.7

pip install -r requirements.txt

jupyter lab RR_Model.ipynb

Release History

  • 0.1.0
    • The first proper release
    • Updated the example input DEM to Lower Mainland trimmed for memory efficiency
    • updated environment file to use .yml for building with Binder
  • 0.0.1
    • Work in progress

Meta

Distributed under the MIT license. See LICENSE for more information.

https://github.com/dankovacek/rr_model

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request