geolime.objects.drillhole_api¶
Classes:
|
Functions:
|
Create a geolime object Drillholes from different csv |
|
Take assay and collar dataframes to compute true location of points in the drillhole |
|
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