Examples
This folder contains several ipython notebook examples for hydroMT-wflow.
To run these examples start with the binder badge above.
To run these examples on your local machine create a conda e nvironment 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-wflow
jupyter notebook
Build model from command line interface
Update model from command line interface
Clip model from command line interface
Advanced topics (Python interface)