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.
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
docker build -t lrntct/itzi:25.8 -t lrntct/itzi:latest .
docker login
docker push lrntct/itzi:25.8
docker push lrntct/itzi:latest