Python API for working with RESQML models


Keywords
RESQML
License
MIT
Install
pip install resqpy==4.14.4

Documentation

resqpy: Python API for working with RESQML models

License Documentation Status Python CI Python version PyPI Status codecov

Introduction

resqpy is a pure Python package which provides a programming interface (API) for reading, writing, and modifying reservoir models in the RESQML format. It gives you the ability to work with reservoir models programmatically, without having to know the details of the RESQML standard.

The package is written and maintained by bp, and is made available under the MIT license as a contribution to the open source community.

resqpy was created by Andy Beer. For enquires about resqpy, please contact Emma Nesbit (Emma.Nesbit@uk.bp.com)

Documentation

See the complete package documentation on readthedocs.

About RESQML

RESQMLâ„¢ is an industry initiative to provide open, non-proprietary data exchange standards for reservoir characterization, earth and reservoir models. It is governed by the Energistics consortium.

Resqpy provides specialized classes for a subset of the RESQML high level object classes, as described in the docs. Furthermore, not all variations of these object types are supported; for example, radial IJK grids are not yet catered for, although the RESQML standard does allow for such grids.

It is envisaged that the code base will be expanded to include other classes of object and more fully cover the options permitted by the RESQML standard.

Installation

Resqpy can be installed with pip:

pip install resqpy

Alternatively, to install your working copy of the code in "editable" mode:

pip install -e /path/to/repo/

Contributing

Contributions of all forms are welcome and encouraged! Please feel free to open issues on the GitHub issue tracker, or submit Pull Requests. Instructions with how to set up your own development environment can be found at Development environment setup. Please read the Contributing Guide before submitting patches.