Skip to content
/ res2df Public

Pandas Dataframe access to Eclipse input and output files

License

Notifications You must be signed in to change notification settings

equinor/res2df

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f26f672 · May 21, 2021
May 21, 2021
Mar 23, 2021
May 21, 2021
May 21, 2021
May 21, 2021
Mar 26, 2020
Jan 19, 2021
May 14, 2021
Oct 2, 2020
May 22, 2019
Mar 24, 2021
Apr 2, 2020
May 14, 2021
May 14, 2021
Oct 29, 2020
May 21, 2021
May 14, 2021

Repository files navigation

Build Status Language grade: Python Total alerts codecov Python 3.6-3.9 Code style: black License: GPL v3

ecl2df

ecl2df is a Pandas DataFrame wrapper around libecl and opm.io, which are used to access binary files outputted by the reservoir simulator Eclipse, or its input files --- or any other tool outputting to the same data format.

The reverse operation, from a Pandas DataFrame to Eclipse include files, is provided for some of the modules.

The package consists of a module pr. datatype, e.g. one module for summary files (.UNSMRY), one for completion data etc.

There is a command line frontend for almost all functionality, called ecl2csv, which converts the Eclipse data to DataFrames, and then dumps the dataframes to files in CSV format, and a similar csv2ecl for the reverse operation.

For documentation, see https://equinor.github.io/ecl2df/

License

This library is released under GPLv3.

Copyright

The code is Copyright Equinor ASA 2019-2021.

Contributions without copyright transfer are welcome.