Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 882 Bytes

File metadata and controls

25 lines (17 loc) · 882 Bytes

Flood Impacts DAFNI Model

build

This repo contains the files required to build and test the flood-impacts-dafni model. All processing steps are contained in run.py

Documentation

flood-impacts.md

To build the documentation:

cd docs
python build_docs.py

Dependencies

environment.yml

Usage

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