LithoBed

class wellcad.com.LithoBed(dispatch)

This class represents a lithological bed. These are sections within a lithology log (Litho Log)

You can find more information on your defined lithologies in your LithCAD library.

Example

>>> log = borehole.log("Lithology")
>>> bed = log.litho_bed_at_depth(10.5)
>>> bed.top_contact
'undulating'
>>> bed.top_contact = 'sharp'
property bottom_contact

The contact code of the bottom of the bed.

Type:

str

property bottom_depth

The bottom depth of a lithology bed in current depth units.

Type:

float

property litho_code

The lithological code of the bed.

You can use the LithCAD tool to see your lithological symbols and associated codes

Type:

str

property top_contact

The contact code of the top of the bed.

Type:

str

property top_depth

The top depth of a lithology bed in current depth units.

Type:

float

property value

The hardness of the bed (between 0 and 1)

Type:

float