Thanks for the comment Elena. I am glad you have found this article helpful. Working with Python and geoscience data is great and there is so much potential that ML and Python can bring to it. Looking forward to seeing articles from you on the subject. 🙂
Similar Posts
Creating Scatter Plots (Crossplots) of Well Log Data using matplotlib in Python
Creating Scatter Plots (Crossplots) of Well Log Data using matplotlib in Python Use scatter plots to visualise the relationship between variables Neutron density scatter plot / crossplot created with matplotlib in python. Image by the author. Introduction Scatter plots are a commonly used data visualisation tool. They allow us to identify and determine if there is a…
Identification and Handling of Missing Well Log Data Prior to Petrophysical Machine Learning
Identification and Handling of Missing Well Log Data Prior to Petrophysical Machine Learning Part 2 in a series going from Exploratory Data Analysis to Machine Learning with Well Log Data Photo by Markus Spiske on Unsplash Machine learning and Artificial Intelligence are becoming popular within the geoscience and petrophysics domains. Especially over the past decade. Machine learning is…
Enhancing Visualization of Well Logs With Plot Fills
Enhancing Visualization of Well Logs With Plot Fills Applying Color Infill to Well Log Data Using matplotlib and fill_betweenx() Log plot shading using fill_betweenx. [Image Created by Author] Matplotlib is a great library to work with in Python and it is one that I always go back to time and time again to work with well logs….
Using Line Plots from Matplotlib to Create Simple Log Plots of Well Log Data
Using Line Plots from Matplotlib to Create Simple Log Plots of Well Log Data Visualising well log data versus depth using the matplotlib library from Python Well log plot created using the matplotlib Python library. Image by author. Introduction Well log plots are a common visualization tool within geoscience and petrophysics. They allow easy visualization of data (for…
Loading Multiple Well Log LAS Files Using Python
Loading Multiple Well Log LAS Files Using Python Appending Multiple LAS Files to a Pandas Dataframe Crossplots of density vs neutron porosity from multiple wells using the Python library matplotlib. Imagae created by the author. Log ASCII Standard (LAS) files are a common Oil & Gas industry format for storing and transferring well log data. The data…
Well Log Data Outlier Detection With Machine Learning and Python
Well Log Data Outlier Detection With Machine Learning and Python Identification of outliers is an essential step in the machine learning workflow Photo by Will Myers on Unsplash Outliers are anomalous points within a dataset. They are points that don’t fit within the normal or expected statistical distribution of the dataset and can occur for a variety of…