This shows some examples of the kind of thing that TotalDepth can do.
TotalDepth produced these time honoured plots from LIS and LAS wireline logs in SVG format that can be viewed in most browsers [1].
Some examples of plots generated from LIS79 files:
This shows off some examples of plots generated from the Canadian Well Logging Society’s LAS formated files [2].
This shows plots of a single LAS file that has 200 feet of 15 curves. TotalDepth can plot this with, linear and log scales and with an API header:
The original LAS file is here.
Here is a directory of six LAS files that was used to make 31 individual plots complete with an index that summarises them. For each LAS file the plotting program automatically choose from 29 plot formats the formats that produce useful plots [3].
The PlotLogs.py command line tool was used with the command:
$ python3 PlotLogs.py -A -j4 -r -X 4 Data/ Plot/
This searched for LAS files in directory Data/ with the plots being written in directory Plot/.
The following options have been set:
This took around six seconds to compute. More detail on the PlotLogs.py is here: PlotLogs.py
The program LisToHtml.py takes LIS file(s) and generates an HTML summary for each one.
The LisToHtml.py command line tool was used with the command:
$ python3 LisToHtml.py -k -j4 -r Data/ HTML/
This searched for LAS files in directory Data/ with the files being written to directory HTML/.
The following options have been set:
More detail on the LisToHtml.py is here: LisToHtml.py
Footnotes
[1] | Probably the best SVG support among current browsers is Opera [opera.com]. |
[2] | Thanks to the University of Kansas [kgs.ku.edu] for the original data. For these examples that data has been edited or truncated or both. |
[3] | A useful plot format is one that can handle at least n curves where n is a number that is specified by the user. |