Skip to content

Drillholes Contact Analysis🍋

contact_analysis(drillholes, domain_attribute, domain_left, domain_right, attribute, binwidth=None) 🍋

Perform contact analysis on drillhole data between 2 domains.

Parameters:

Name Type Description Default
drillholes Drillholes

The drillhole data.

required
domain_attribute str

The attribute name representing the domain.

required
domain_left Union[float, str]

Domain on the left of the contact to analyze.

required
domain_right Union[float, str]

Domain on the right of the contact to analyze.

required
attribute str

Attribute to perform contact analysis on.

required
binwidth Optional[float]

The width of the bins for the histogram.

None

Returns:

Name Type Description
Figure Figure

A plotly Figure object containing the contact analysis plot.

Raises:

Type Description
ValueError

If no contact is found between the given domains.