Skip to content

geo-kit/GeoRead

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

102 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python

GeoRead

Python library for reading reservoir model data.

Features

  • Read reservoir models in Eclipse (E100, E300) format.
  • Read Eclipse binary files

Usage

Reading model in Eclipse text format.

from georead import load
data = load('path_to_model.DATA')

Reading model binary files.

import georead.binary
binary_data = georead.binary.load('path_to_model.DATA')

For more details on API, see the documantation.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages