Desurveying🍋
desurveying(collar, assay, survey, method=DesurveyingMethod.MINIMUM_CURVATURE, dip_convention=DipDownward.POSITIVE, name_dictionary={})
🍋
Desurvey a drillholes sets of data given collars, assays and survey DataFrames.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
collar |
DataFrame
|
DataFrame of collar file. |
required |
assay |
DataFrame
|
Assay DataFrame. |
required |
survey |
DataFrame
|
Survey DataFrame. |
required |
method |
DesurveyingMethod
|
Desurveying method. |
MINIMUM_CURVATURE
|
dip_convention |
DipDownward
|
Convention of downward dip angle sign. |
POSITIVE
|
name_dictionary |
Dict[str, str]
|
Correspondence table mapping names to attributes. |
{}
|
Returns:
Type | Description |
---|---|
DataFrame
|
Desurveyed merged dataframe. |
linear_desurveying(collar, survey, assay, dip_convention=DipDownward.NEGATIVE, name_dictionary={})
🍋
Take assay and collar dataframes TO compute true location of points in the drillhole.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
collar |
DataFrame
|
DataFrame of collar file. |
required |
survey |
DataFrame
|
Survey DataFrame. |
required |
assay |
DataFrame
|
Assay DataFrame. |
required |
dip_convention |
DipDownward
|
Convention of downward dip angle sign. |
NEGATIVE
|
name_dictionary |
Dict[str, str]
|
Correspondence table mapping names to attributes. |
{}
|
Returns:
Type | Description |
---|---|
DataFrame
|
Dataframe containing new columns with true locations of start-, mid- and end-point. |
Note
Function only works for linear drill-hole : does not work for deviated drillholes.
Formula
Last update:
2022-12-07