No project description provided
Project description
Formation Evaluation Package
Formation evaluation module for geoscientists, petrophysicists for easy and quick quantitative petrophysical analysis.
Features include:
-
Calculating petrophysical parameters for reservoir quantization: Parameters like Total Porosity, Effective Porosity, Water Saturation, Oil Saturation
-
Estimating Reservoir Volumes:
- Gross rock Volume
- Net to Gross Volume
- Net Pay of Reservoir section
-
Predicting well lithofacies and lithology values using machine learning
-
Data preparation and preprocessing for machine learning us use
-
Visualizing well logs
-
Reading las files
-
Resolving missing values in well logs
-
Automatic correction of estimated properties
QUICK TUTORIAL
## reading a single lasio file
from petroeval import read_lasio
las = read_lasio('WLC_PETRO_COMPUTED_INPUT_1.LAS')
df = las.df()
## reading multiple lasio files
from petroval import read_lasios
las1='WLC_PETRO_COMPUTED_INPUT_1.LAS'
las2='WLC_PETRO_COMPUTED_INPUT_1.LAS'
las=read_lasios(las1,las2) =>returns a list of the read lasio objects<br>
## import modules and functions
import numpy
from petroeval import evaluate_reservoir
from petroeval.visualizations import summary, log_plot
# Create an instance of the reservoir section passing in required arguments
from evaluate_reservoir import FormationEvaluation
...
Tutorial repo link:
https://github.com/olawaleibrahim/beta-tests/tree/main/petroeval
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for petroeval-1.1.5.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | cf474d80f14bfe808d3164724927d78b7c9c6ca4ece3eed1f2868cbfb17fef23 |
|
MD5 | 67d727ed180e61fec246ed717500afe7 |
|
BLAKE2b-256 | 47245b00a1146134d81e9bdab1bc0ca8dcd8765c8779db23886a6768bd991b97 |