/WellLogViewer

Simple log viewer with bokeh

Primary LanguageJupyter Notebook

Well Log Viewer

This package is made to help you visualize well log data. This could visualize the log data from LAS file or any other ASCII format. If you are new in python and would like to have a good tools to visualize your well log or just simply too lazy to write a code, this might be useful for you. This package reads the las files using lasio and working with other ASCII file using pandas dataframe. Bokeh was used to deliver the visualization part.

I will keep updating this package day to day, please kindly keep tracking. Next update will include the visualization of lithology, formation well top and finally wrap the package at pip so you can easily use this in the future by installing the pip instead of copying or downloading the py file. If any of you want to fork this repository I kindly appreciate that.

alt text

Requirements

How to use

Copy the LogViewer.py file to your working directory and then import the file to your code.

from LogViewer import *

wells=lasViewer('yourwell.las') #Load las file

User Guide

View the online documentation

Output Samples

The ipynb files could not load the html produced by the code, however you could see the actual output of the codes at files folder.