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-impact-model-v2 . && docker run -v "data:/data" --env PYTHONUNBUFFERED=1 --env THRESHOLD=0.1 --name flood-impact-model-v2 flood-impact-model-v2
or
python run.py