The concept was presented as a poster at the EGU GA 2017 (Vienna) by Kraft et al
Go to the odmf-docker repository and follow the instructions there.
While the docker installation in preferred, odmf can be installed in a python virtual environment for testing purposes
Install virtual environment in directory venv
and upgrade infrastructure, and activate it
$ python -m venv venv
$ source venv/bin/activate
$ python -m pip install --upgrade pip wheel setuptools
Install odmf from here
$ pip install https://github.com/jlu-ilr-hydro/odmf/archive/master.zip
Check command line tool
$ odmf --help