FossilItem
- class wellcad.com.FossilItem(dispatch)
This class represents a fossil item. These are items within a CoreDesc log
You can find more information on your defined fossils in your LithCAD library.
Example
>>> log = borehole.log("Fossils") >>> item = log.fossil_item_at_depth(10.5) >>> item.symbol_code 'undulating' >>> item.abundance = 2
- property abundance
The abundance of the item.
Allowed values are : * 1 = rare * 2 = moderate * 3 = common * 4 = abundant * 5 = pervasive
- Type:
float
- property bottom_depth
The bottom depth of the item in current depth units.
- Type:
float
- property dominance
The dominance of the item.
Allowed values are :
0 = undifferentiated
1 = minor
2 = major
- Type:
float
- property symbol_code
The code of the item.
- Type:
str
- property top_depth
The top depth of the item in current depth units.
- Type:
float