mapteksdk.geologycore.drillhole_table_type module

Enumeration used to store the type of tables in drillhole databases.

class DrillholeTableType(value)

Bases: Enum

Enumeration of supported table types.

COLLAR = 'Collar'
GEOLOGY = 'Geology'
ASSAY = 'Assay'
QUALITY = 'Quality'
DOWNHOLE = 'Downhole'
SURVEY = 'Survey'
OTHER = 'Other'
UNKNOWN = ''
must_be_unique()

True if a database can contain multiple tables of this type.

Return type:

bool