odpy is a framework for research and deployment that allows for basic interactions with the OpendTect software and database
- Locates/set the path to the OpendTect installation
- Locates/set the path to the OpendTect database
- Complements h5py for an easier manipulation of hdf5 attributes
- Easy loading of well logs from the OpendTect database
With pipenv:
pipenv install git+https://github.com/OpendTect/odpy.git#egg=odpy
With pip:
pip3 install git+https://github.com/OpendTect/odpy.git
After that just import odpy:
import odpyTo get the developer version, run
git clone --recursive https://github.com/OpendTect/odpy.git
Please cite odpy in your publications if it helps your research.
Huck A., and Ibrahim O. odpy library for OpendTect access. 2019.
@misc{odpy_2019,
author = {A. Huck and O. Ibrahim},
title = {odpy library for OpendTect access},
year = 2019
}