Convert CSV Files to LAS Files with Python

Quick and simple conversion process to create a LAS file from scratch using LASIO and CSV Data

Andy McDonald
Towards Data Science
6 min readApr 25, 2022

--

CSV to LAS using LASIO. Image created by author.

Well log data can be delivered in a variety of formats (DLIS, LAS, CSV, ASC etc.). If you have a CSV file containing well log data, and you want to convert it to LAS format, you can use the LASIO library

--

--