Skip to content

Well visualization of the Force Dataset with Dash and Plotly.

Notifications You must be signed in to change notification settings

JulioCMS1500/well_visualization

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Well Visualization - FORCE Dataset

In this project, I developed an interactive dashboard to visualize the Well Log data in the Force Dataset, this in three views: a Log Plot, a Map View and a Cross-plot. This dashboard was done using Plotly and Dash.

Inside this repository, you can find the jupyter notebook, well_visual, where there is an step-by-step guide of what I did to develop the dashboard. And there is also a python executable if you don't want to run it on jupyter, this will be easier as you need some extensions for Jupyter to run Dash.

Dataset

FORCE and XEEK released a well log dataset with more than 100 wells for their 2020 Machine Learning contest, with each well contanaing a set of well logs, a facies interpretation and their location.

To download the dataset, you can go here. The well log data is licensed by Norwegian License for Open Government Data (NLOD) 2.0. and the facies interpretation done by FORCE is licensed as CC-BY-4.0.

Requirements

There is a requirements.txt file where you can find all the packages used to generate the dashboard. But, as I mentioned before, if you want to run it in Jupyter, you will need to install plotly and dash extensions for Jupyter.

About

Well visualization of the Force Dataset with Dash and Plotly.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 67.9%
  • Python 32.1%