Skip to content

A series of Jupyter notebooks showing how to load well log and petrophysical data in python.

Notifications You must be signed in to change notification settings

Danita-Puq/Petrophysics-Python-Series

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Petrophysics-Python-Series

This series of Jupyter Notebooks take you through various aspects of working with Python and Petrophysical data. A number of the notebooks are accompanied by either a Blog Post or a Medium article. You can find the full list on my website at: http://andymcdonald.scot/python-and-petrophysics

This series consists of:

  1. Loading and Displaying Well Data - Medium Link
  2. Displaying a Well Plot with matplotlib
  3. Displaying histograms and crossplots
  4. Displaying core data and deriving a regression
  5. Petrophysical Calculations
  6. Displaying Formations on Log Plots
  7. Working with LASIO
  8. Curve Normalization - Medium Link
  9. Visualising Data Coverage - Multi Well - Medium Link
  10. Exploratory Data Analysis with Well Log Data - Medium Link
  11. Deriving a Porosity - Permeability Relationship - Medium Link
  12. Enhancing Log Plots With Plot Fills - Medium Link
  13. Displaying LWD Image Data - Medium Link
  14. Displaying Lithology Data on a Well Log Plot Using Python Medium Link

Still to come

  • Prediction of missing data using Machine Learning
  • Data QC
  • More working with LAS files
  • Pickling and Unpickling
  • Interactive Petrophysical Plotting
  • Working with visualising mutliple wells
  • Lithology shading

Data Sets Used

Data for each workbook can be found with this repo's Data sub folder.

All data has been obtained from publicly accessible data repositories. Details for the origins of each file is presented below.

Equinor Volve Dataset

  • 15_9-19.csv
  • 15_9-19A-CORE.csv
  • 15-9-19_SR_COMP.LAS
  • VolveWells.csv

Information on the Volve dataset can be found at: https://www.equinor.com/en/what-we-do/norwegian-continental-shelf-platforms/volve.html

NLOG - Netherlands Well Log and Data Repository

  • L0509WellData.csv
  • L0509_comp.las
  • P11-A-02_Composite_MEM_Image_NF.las
  • P11-A-02_SURV.csv

Dutch offshore and onshore well data can be accessed from: https://nlog.nl/en

Force 2020 XEEK

  • xeek_train_subset.csv

FORCE: Machine Predicted Lithology https://xeek.ai/challenges/force-well-logs/overview

Suggestions

If you have any suggestions of what you would like to see, please raise a new issue and I will put something together.

About

A series of Jupyter notebooks showing how to load well log and petrophysical data in python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lasso 75.8%
  • Jupyter Notebook 24.2%