2020-03-31 14:15:17 +02:00
|
|
|
ResInsight Python API
|
|
|
|
|
=====================
|
2020-03-20 19:01:04 +01:00
|
|
|
|
2020-03-31 14:15:17 +02:00
|
|
|
The ResInsight Python API allows you to interact with a running ResInsight instance from `Python 3 <https://www.python.org/download/releases/3.0/>`_.
|
|
|
|
|
This enables you to:
|
2020-03-20 19:01:04 +01:00
|
|
|
|
2020-03-31 14:15:17 +02:00
|
|
|
* start ResInsight from Python
|
2020-04-17 11:27:10 +02:00
|
|
|
* communicate with a running ResInsight instance
|
2020-03-31 14:15:17 +02:00
|
|
|
* load a ResInsight project file
|
|
|
|
|
* load data files such as Eclipse EGRID files and summary files
|
|
|
|
|
* extract data to Python for further processing and automation
|
|
|
|
|
* export snapshots of graphics
|
|
|
|
|
|
2020-04-02 13:03:29 +02:00
|
|
|
Documentation Sites
|
|
|
|
|
===================
|
2020-03-31 14:15:17 +02:00
|
|
|
Please refer to https://resinsight.org for documentation on the graphical user interface, features and capabilites of **ResInsight**.
|
2020-03-20 19:01:04 +01:00
|
|
|
|
2020-04-02 13:03:29 +02:00
|
|
|
* `resinsight.org <https://resinsight.org>`_ - Documentation for latest stable release
|
|
|
|
|
* `api.resinsight.org <https://api.resinsight.org>`_ - Documentation of Python API
|
|
|
|
|
* `beta.resinsight.org <https://beta.resinsight.org>`_ - Latest documentation (not yet released)
|
|
|
|
|
|
|
|
|
|
|
2020-03-20 19:01:04 +01:00
|
|
|
Contents
|
|
|
|
|
========
|
|
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
|
:maxdepth: 1
|
|
|
|
|
|
2020-03-31 14:15:17 +02:00
|
|
|
Installation
|
2020-03-20 19:01:04 +01:00
|
|
|
PythonExamples
|
|
|
|
|
rips
|
|
|
|
|
pdm_objects
|
2020-03-23 11:34:11 +01:00
|
|
|
commands
|
|
|
|
|
|
2020-03-20 19:01:04 +01:00
|
|
|
|
|
|
|
|
Indices and tables
|
|
|
|
|
==================
|
|
|
|
|
|
|
|
|
|
* :ref:`genindex`
|
|
|
|
|
* :ref:`modindex`
|
|
|
|
|
* :ref:`search`
|