This repo contains the files required to build and test the flood-impacts-dafni model.
All processing steps are contained in run.py
To build the documentation:
cd docs
python build_docs.py
docker build -t flood-impacts-dafni . && docker run -v "data:/data" --env PYTHONUNBUFFERED=1 --env THRESHOLD=0.1 --name flood-impacts-dafni flood-impacts-dafni
or
python run.py