ecl-data-io: Low level IO for ecl files

Quick Start Guide

pip install ecl_data_io

Using the library

>>> import ecl_data_io as eclio
>>> for kw, arr in eclio.read("my_grid.egrid"):
...     print(kw.strip())
FILEHEAD
GRIDHEAD
COORD
ZCORN
ACTNUM
MAPAXES

For more see Example Usage.

Indices and tables