All Projects → Philliec459 → Estimate-Core-Permeability-from-NMR-data-using-either-Map-Inversion-or-kNN

Philliec459 / Estimate-Core-Permeability-from-NMR-data-using-either-Map-Inversion-or-kNN

Licence: MIT license
Estimate Core-based Permeability from NMR well log data

Programming Languages

python
139335 projects - #7 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to Estimate-Core-Permeability-from-NMR-data-using-either-Map-Inversion-or-kNN

Notebooks
IPython Notebooks
Stars: ✭ 91 (+550%)
Mutual labels:  geoscience
Thredds
THREDDS Data Server v4.6
Stars: ✭ 249 (+1678.57%)
Mutual labels:  geoscience
xdem
Analysis of digital elevation models (DEMs)
Stars: ✭ 50 (+257.14%)
Mutual labels:  geoscience
Petropy
A petrophysics python package for geoscience python computing of conventional and unconventional formation evaluation. Reads las files and creates a pandas dataframe of the log data. Includes a basic petrophysical workflow and a simple log viewer based on XML templates.
Stars: ✭ 115 (+721.43%)
Mutual labels:  geoscience
Fatiando
Python toolkit for modeling and inversion in geophysics. DEPRECATED in favor of our newer libraries (see www.fatiando.org)
Stars: ✭ 179 (+1178.57%)
Mutual labels:  geoscience
try-gmt
Try GMT, PyGMT, and GMT.jl online! All in one place!
Stars: ✭ 34 (+142.86%)
Mutual labels:  geoscience
Digital Elevation Model
To transform, project, visualize, and read Digital Elevation Models (ASTERGDEMv2.0 and EUDEMv1.1). [简单实用] 数字高程模型的变换、投影、可视化和读取。
Stars: ✭ 64 (+357.14%)
Mutual labels:  geoscience
rockhound
NOTICE: This library is no longer being developed. Use Ensaio instead (https://www.fatiando.org/ensaio). -- Download geophysical models/datasets and load them in Python
Stars: ✭ 33 (+135.71%)
Mutual labels:  geoscience
Mintpy
Miami InSAR time-series software in Python
Stars: ✭ 195 (+1292.86%)
Mutual labels:  geoscience
spatial efd
A spatial aware implementation of elliptical Fourier analysis
Stars: ✭ 19 (+35.71%)
Mutual labels:  geoscience
Georinex
Python RINEX 2 / 3 NAV / OBS / sp3 reader & batch convert to HDF5 with C-like speed
Stars: ✭ 118 (+742.86%)
Mutual labels:  geoscience
2016 Ml Contest
Machine learning contest - October 2016 TLE
Stars: ✭ 135 (+864.29%)
Mutual labels:  geoscience
neqsim
NeqSim is a library for calculation of fluid behavior, phase equilibrium and process simulation
Stars: ✭ 39 (+178.57%)
Mutual labels:  oil-and-gas
Pyrate
A Python tool for estimating velocity and time-series from Interferometric Synthetic Aperture Radar (InSAR) data.
Stars: ✭ 110 (+685.71%)
Mutual labels:  geoscience
ResInsight
3D viewer and post processing of reservoir models
Stars: ✭ 122 (+771.43%)
Mutual labels:  reservoir-modeling
Harmonica
Forward modeling, inversion, and processing gravity and magnetic data
Stars: ✭ 75 (+435.71%)
Mutual labels:  geoscience
vibration toolbox
Educational Vibration programs. Intended for undergraduate and early graduate students.
Stars: ✭ 89 (+535.71%)
Mutual labels:  petroleum-engineering
piradar
Radar using Red Pitaya for RF: using Raspberry Pi 3 for quad-core radar signal processing
Stars: ✭ 59 (+321.43%)
Mutual labels:  geoscience
python-aos-lesson
Python for Atmosphere and Ocean Scientists
Stars: ✭ 78 (+457.14%)
Mutual labels:  geoscience
TotalDepth
TotalDepth is capable of processing and analysing petrophysical wireline logs.
Stars: ✭ 33 (+135.71%)
Mutual labels:  petrophysics

Estimate-Core-Permeability-from-NMR-data

Estimate Core-based Permeability from NMR well log data

Objective:

The objective of this project is to use either the Map Inversion (inverse distance**4) or kNN to estimate core-based Permeability from NMR data. The following Cross Plot is made from the NMR Effective Porosity (CMRP_3MS, x-axis) vs. the NMR Free Fluid (CMFF, y-axis). On the z-axis there are the available core Permeability measurements shown as colored dots. This method uses the distribution of these core permeability measurements in our process to estimate core calibrated Permeability. The NMR data in this instance is being used as a road map in making our permeability estimation.

TS_Image

Map Inversion:

The Map Inversion program used in this instance is inv_dist_perm.py. In this program we read in all of the NMR data from a particular well, read in the reference core data with associated NMR values and then estimate core-based Permeability from the NMR Effective Porosity and Free Fluid over the entire well.

kNN:

The kNN program used in this instance is inv_dist_perm_linux_kNN2.py. Again, we read in all of the NMR data from our well, read in the reference core data with associated NMR values and then estimate core-based Permeability from the NMR Effective Porosity and Free Fluid over the entire well.

The blue curve below shows the estimated permeability for our subject well and the red dots represent the core permeability measurements.

Summary_Image

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].