Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 897 Bytes

File metadata and controls

44 lines (27 loc) · 897 Bytes

Itzï

This is a full environment for the Itzï flood model. It includes:

  • GRASS 8
  • North Carolina sample dataset
  • scripts and parameter files to run the tutorials from Itzï documentation.

How to run the tutorials

First, download and run the container in interactive mode:

docker run -it lrntct/itzi:25.8 bash

Once inside the container, launch grass:

grass grassdata/nc_spm_08_grass7/PERMANENT/

Inside the grass shell, you can now run the tutorial:

sh tutorial.sh
itzi run tutorial.ini
itzi run tutorial_drainage.ini

How to build and upload the docker file

docker build -t lrntct/itzi:25.8 -t lrntct/itzi:latest .
docker login
docker push lrntct/itzi:25.8
docker push lrntct/itzi:latest