gprc4bmi server for wflow distributed hydrological modelling platform.
3.4K
The repo contains Jupyter Notebooks that run hydrology models in Docker containers via grpc4bmi.
Initialize the data with
git submodule update --init --recursive
The Docker images are automatically build on https://hub.docker.com/u/ewatercycle/
Build the Docker images locally in subfolders
docker build -t ewatercycle/pcrg-grpc4bmi pcrglob/
docker build -t ewatercycle/wflow-grpc4bmi wflow/
docker build -t ewatercycle/walrus-grpc4bmi walrus/
docker build -t ewatercycle/lisflood-grpc4bmi lisflood/
Install dependencies
sudo apt install subversion
pip install -r requirements.txt
Run notebooks
jupyter lab
Content type
Image
Digest
Size
2.1 GB
Last updated
over 5 years ago
docker pull ewatercycle/wflow-grpc4bmi