Skip to content

Latest commit

 

History

History
52 lines (35 loc) · 1.49 KB

File metadata and controls

52 lines (35 loc) · 1.49 KB

License Python Numpy h5py

odpy

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

Installation

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 odpy

To get the developer version, run

git clone --recursive https://github.com/OpendTect/odpy.git

Documentation

Citing odpy

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
}