ExamplesΒΆ
This folder contains several ipython notebook examples for hydroMT-delwaq.
To run these examples start with the binder badge above.
To run these examples on your local machine create a conda environment based on the environment.yml in the root of this repository and than start jupyer notebook. Run the following steps the examples folder:
conda env create -f ../environment.yml
conda activate hydromt-delwaq
jupyter notebook
Build model from command line interface
Update model from command line interface
Advanced topics (Python interface)