This repository establishes a docker container for running the UDM Model (https://github.com/geospatialncl/openudm).
A second model, udm-setup (https://github.com/geospatialncl/udm-setup), has been designed and enabled to handle the inputs for UDM and make them available in the correct format. Please see this model to understand the required inputs and the structure and format of these.
docker run --name udmdafni -v <your local path>/data:/data/inputs/data -t udmdafni
Outputs from the UDM model are currently written to the same directory.