Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 746 Bytes

File metadata and controls

15 lines (9 loc) · 746 Bytes

OpenUDM on DAFNI

build

Description

This repository establishes a docker container for running the UDM Model (https://github.com/geospatialncl/openudm).

Usage

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.

Running this container

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.