TrustLance
Oni Temidare David

Porosity-Permeability Cross-Plot Analysis for Reservoir Quality Assessment

Python-powered cross-plots analyzing core samples from BNR, OKAN, MEREN, and DIBI wells to identify high-potential oil and gas reservoir zones in Petroleum Geology research.

by Oni Temidare DavidVerified by Hielite
Porosity-Permeability Cross-Plot Analysis for Reservoir Quality Assessment
CodeCreated clear, publication-ready porosity-permeability cross-plots for four formations - Identified high-potential hydrocarbon reservoir zones - Achieved strong correlation (R² = 0.939 for BNR & OKAN) - Impressed supervisor, leading to additional research tasks
PythonPandasmatplotlib & seabornreservoir characterizationgeological data interpretation

Problem

Core analysis data from multiple wells (BNR, OKAN, MEREN, and DIBI) needed to be analyzed to evaluate reservoir quality and identify zones with high oil and gas potential.

Process

Loaded and cleaned geological core data using Python (pandas) Filtered samples by formation (BNR, OKAN, MEREN, DIBI) Generated porosity-permeability cross-plots using matplotlib and seaborn Added trend lines, statistical analysis (R²), and highlighted good reservoir zones (Porosity >15%, Permeability >100 md)

Lessons Learned

Proper data cleaning is essential when working with geological datasets due to inconsistent naming and formatting Cross-plots are powerful for visualizing reservoir relationships and supporting geological interpretation Python significantly improves efficiency and professionalism compared to manual Excel plotting