Skip to content
This repository has been archived by the owner on Dec 20, 2023. It is now read-only.

equinor/nex

Repository files navigation

nex

Build Status Codacy Badge

Introduction

Nex2ecl is an application for converting Nexus plot files to Eclipse summaries. In the current version nex is supported on Linux and OSX. After installation the application can be run from terminal with the command nex2ecl.

Installation

To build nex you need:

  • CMake version 2.8.12 or greater
  • Python 2.7
  • pandas version 0.21.1 or greater
  • setuptools version 28 or greater

To install nex2ecl from source execute the following:

git clone https://github.com/Statoil/nex
mkdir nex/build
cd nex/build
cmake .. -DCMAKE_BUILD_TYPE=Release
make
make install

History

Nex was initially written and is maintained by Statoil ASA as a free, simple, easy-to-use way of converting Nexus summary files to similar Eclipse files tailored to our needs, and as contribution to the free software community.