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
Exploratory Data Analysis with Well Log Data
Exploratory Data Analysis with Well Log Data Photo by Lukas Blazek on Unsplash Once data has been collated and sorted through, the next step in the Data Science process is to carry out Exploratory Data Analysis (EDA). This step allows us to identify patterns within the data, understand relationships between the features (well logs) and identify possible…
Displaying Lithology Data on a Well Log Plot Using Python
Displaying Lithology Data on a Well Log Plot Using Python Using fill_betweenx() in matplotlib to add variable color fills and hatches for geological lithology data Well log plot with gamma ray, neutron porosity and bulk density data plotted alongside lithology data. Image created by the author. Adding lithology information to a well log plot can enhance a…
Porosity-Permeability Relationships Using Linear Regression in Python
Porosity-Permeability Relationships Using Linear Regression in Python A short guide on applying a linear regression in Python to semi-log data Photo by Ekaterina Novitskaya on Unsplash Core data analysis is a key component in the evaluation of a field or discovery, as it provides direct samples of the geological formations in the subsurface over the interval of interest….
10 Applications of Machine Learning Within Petrophysics
10 Applications of Machine Learning Within Petrophysics Examples of machine learning to enhance your petrophysical workflow Photo by Dan Meyers on Unsplash Several decades of hydrocarbon exploration have led to the acquisition and storage of large quantities of well related measurements, which have been used to characterise the subsurface geology and its hydrocarbon potential. The potential…
Loading and Displaying Well Log Data from LAS Files with Python
Loading and Displaying Well Log Data from LAS Files with Python Exploring and working with Log ASCII (LAS) files for well log analysis and petrophysics Photo by Chris Ried on Unsplash Anyone who has worked or is currently working within the oil and gas industry will understand that there are a large variety of formats that well…
Using the missingno Python library to Identify and Visualise Missing Data Prior to Machine Learning
Using the missingno Python library to Identify and Visualise Missing Data Prior to Machine Learning An example using petrophysical well log measurements Photo by Tim Mossholder on Unsplash Data exploration and pre-processing are important steps within any data science or machine learning workflow. When working on tutorial or training datasets it can be the case that they…