skillfed

resfo-utilities

A utility library for working with the output of reservoir simulators.

resfo-utilities v1.1.0 102.8K downloads/30d#12,844 on PyPI1
Copyleft license LGPL-3.0-or-later Active released

What it is and what it does

resfo-utilities is a Python library designed to work with output files from reservoir simulators, particularly opm-flow. It abstracts away the complexity of parsing and manipulating simulation results, allowing engineers and researchers to focus on analysis rather than file format handling. The package depends on numpy, scipy, natsort, and resfo for its core functionality.

The library is actively maintained (latest release 7 days ago) and supports modern Python versions from 3.11 through 3.14. It is distributed under LGPL-3.0-or-later, which means any modifications or derivative works must be shared under the same copyleft terms. The package carries medium install friction due to its compiled wheel distribution across multiple platforms and Python versions.

Use it for:

  • Parse and load output files from opm-flow reservoir simulations for post-processing analysis.
  • Extract specific data fields or time steps from simulator output for visualization or reporting.
  • Automate workflows that depend on reading and transforming simulation results across multiple runs.
  • Integrate reservoir simulation data into Python-based engineering pipelines or data analysis frameworks.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

resfo-utilities parses and processes output data from reservoir simulators like opm-flow, providing utilities to work with simulation results in Python.

Yes, if you work with opm-flow or similar reservoir simulator output and need Python-based utilities to parse and process results. The active maintenance, modern Python support, and lack of known vulnerabilities make it a safe choice. The LGPL-3.0-or-later license is acceptable for most open-source and research use; verify compatibility if your project has proprietary distribution requirements.

Install

resfo-utilities on PyPI

pip

pip install resfo-utilities

uv

uv add resfo-utilities

poetry

poetry add resfo-utilities

Installing resfo-utilities

Before you install

Medium install friction due to compiled wheels for multiple Python versions (3.11–3.14) and platform combinations. Active maintenance with a release 7 days ago; repository is not archived and remains under active development.

License in practice

Licensed under LGPL-3.0-or-later (copyleft). Any derivative work or modification must be distributed under the same or compatible license; proprietary use requires careful review of your distribution model.

Quickstart

pip install resfo-utilities

import resfo_utilities
# Process reservoir simulator output data

Requires Python 3.11 or later (supports up to 3.14); numpy, scipy, natsort, and resfo must be installed as runtime dependencies.

Verify before relying

  • What specific file formats or simulator output types are supported beyond opm-flow.
  • API surface and core functions available in the public interface.
  • Performance characteristics when processing large simulation datasets.

Package facts

License LGPL-3.0-or-later (copyleft)
Python support supports the current Python release (<=3.15,>=3.11)
Install friction medium — platform-specific wheel
Runtime dependencies 4 — numpy, resfo, scipy, natsort
Maintenance actively maintained — 7 days since the last release
Last repo commit
First released
Downloads 102,832/month — #12,844 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: resfo_utilities-1.1.0-cp311-cp311-macosx_11_0_arm64.whl; resfo_utilities-1.1.0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl; resfo_utilities-1.1.0-cp311-cp311-win_amd64.whl; resfo_utilities-1.1.0-cp312-cp312-macosx_11_0_arm64.whl; resfo_utilities-1.1.0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl; resfo_utilities-1.1.0-cp312-cp312-win_amd64.whl; resfo_utilities-1.1.0-cp313-cp313-macosx_11_0_arm64.whl; resfo_utilities-1.1.0-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl; resfo_utilities-1.1.0-cp313-cp313-win_amd64.whl; resfo_utilities-1.1.0-cp314-cp314-macosx_11_0_arm64.whl; resfo_utilities-1.1.0-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl; resfo_utilities-1.1.0-cp314-cp314-win_amd64.whl

Development Status :: 1 - PlanningProgramming Language :: PythonProgramming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.14

Tags

reservoir simulator output parsingopm-flow data processingsimulation results analysisreservoir engineering utilitiessimulator output utilities
reservoir-simulationscientific-computing

More Scientific/Engineering packages