Skip to content

Observatory Data Management Framework

License

Notifications You must be signed in to change notification settings

jlu-ilr-hydro/odmf

Repository files navigation

Observatory Data Management Framework

GitHub release (latest by date) Github actions

This project provides a webinterface for managing scientific data measurement based on

cherrypy and postgres.

License

The concept was presented as a poster at the EGU GA 2017 (Vienna) by Kraft et al DOI

Installation

Recommended installation in a docker-container

Go to the odmf-docker GitHub top language repository and follow the instructions there.

Installation in a virtual environment

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