geolime.objects.drillhole_api

Classes:

Drillholes(data, metadata)

Functions:

import_drillholes(collar_df[, survey_df])

Create a geolime object Drillholes from different csv

linear_desurveying(drillholes)

Take assay and collar dataframes to compute true location of points in the drillhole

reduce(function, sequence[, initial])

Apply a function of two arguments cumulatively to the items of a sequence, from left to right, so as to reduce the sequence to a single value.

geolime.objects.drillhole_api.import_drillholes(collar_df: pandas.core.frame.DataFrame, survey_df: pandas.core.frame.DataFrame = None, *assay_dfs: pandas.core.frame.DataFrame)

Create a geolime object Drillholes from different csv

Parameters
  • collar_df (pd.DataFrame) – Collar dataframe

  • survey_df (pd.DataFrame, optional) – Survey dataframe if present

  • *assay_dfs (List[pd.DataFrame]) – List of assay dataframes

Returns

GeoLime drillholes object

Return type

Drillholes