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
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…
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…
Visualizing Well Paths With The Welly Python Library
Visualizing Well Paths With The Welly Python Library Creating 3D Line Plots Using Matplotlib to Visualize Well Trajectories 3D Line Plot showing the position of a well path generated from the Welly Python Library. Image by the author. There are multiple depth references used within well logging to denote a position along the wellbore. These include measured…
Loading Well Log Data From DLIS using Python
Loading Well Log Data From DLIS using Python A short tutorial on loading and displaying processed acoustic waveform data using dlisio and matplotlib matplotlib plot showing a semblance map on the left and waveform data on the right. Image by the author. Introduction There are a number of different formats that well log and petrophysical data can…
Creating Histograms of Well Log Data Using Matplotlib in Python
Creating Histograms of Well Log Data Using Matplotlib in Python Visualising the distribution of data with histograms Photo by Marcin Jozwiak on Unsplash Introduction Histograms are a commonly used tool within exploratory data analysis and data science. They are an excellent data visualisation tool and appear similar to bar charts. However, histograms allow us to gain insights…
Adding Formation Data to a Well Log Plot
Adding Formation Data to a Well Log Plot Taking well log plots one step further using Python and matplotlib Final well log plot generated using Python’s matplotlib library and contains variable fill on the gamma ray, and a neutron-density crossover fill. Image by author. Well log plots are a common visualization tool within geoscience and petrophysics. They…