PolarAndRoseBox

class wellcad.com.PolarAndRoseBox(dispatch)

A polar or rose diagram with annotations. These diagrams or “boxes” are stored in a Polar & Rose Log.

Polar & Rose boxes are sometimes refered to as Schmit boxes (see example below)

Example

>>> log = borehole.log("Rose Diagram")
>>> box = log.schmit_box_at_depth(10.5)  # Polar & Rose box called schmit box
>>> box.text
"Intervals Automatically Determined"
property bottom_depth

The bottom depth of the Polar & Rose box in current depth reference units.

Type:

float

property text

The text for a Polar & Rose Log box.

The text is not displayed in the plot and is only visible in the tabular editor or when exporting the data.

Type:

str

property top_depth

The top depth of the Polar & Rose box in current depth reference units.

Type:

float