mapteksdk.geologycore package
Functionality specific to Vulcan GeologyCore.
The contents of this module are not guaranteed to function unless the connected application is Vulcan GeologyCore.
Submodules
- mapteksdk.geologycore.database module
DrillholeDatabase
DrillholeDatabase.save()
DrillholeDatabase.id
DrillholeDatabase.static_type()
DrillholeDatabase.close()
DrillholeDatabase.desurvey_method
DrillholeDatabase.tangent_length
DrillholeDatabase.new_drillhole()
DrillholeDatabase.add_table()
DrillholeDatabase.refresh_holes()
DrillholeDatabase.assay_table
DrillholeDatabase.collar_table
DrillholeDatabase.survey_table
DrillholeDatabase.geology_table
DrillholeDatabase.downhole_table
DrillholeDatabase.quality_table
DrillholeDatabase.tables
DrillholeDatabase.tables_by_type()
DrillholeDatabase.table_by_name()
DrillholeDatabase.allow_hidden_objects
DrillholeDatabase.allow_standard_containers
DrillholeDatabase.append()
DrillholeDatabase.attribute_names()
DrillholeDatabase.cancel()
DrillholeDatabase.clear()
DrillholeDatabase.closed
DrillholeDatabase.created_date
DrillholeDatabase.delete_all_attributes()
DrillholeDatabase.delete_attribute()
DrillholeDatabase.get()
DrillholeDatabase.get_attribute()
DrillholeDatabase.get_attribute_type()
DrillholeDatabase.ids()
DrillholeDatabase.insert()
DrillholeDatabase.is_read_only
DrillholeDatabase.items()
DrillholeDatabase.lock_type
DrillholeDatabase.modified_date
DrillholeDatabase.name_of_object()
DrillholeDatabase.names()
DrillholeDatabase.remove()
DrillholeDatabase.remove_object()
DrillholeDatabase.rename()
DrillholeDatabase.replace()
DrillholeDatabase.set_attribute()
DrillholeDatabase.table_count
- mapteksdk.geologycore.desurvey_method module
- mapteksdk.geologycore.drillholes module
Drillhole
Drillhole.static_type()
Drillhole.id
Drillhole.close()
Drillhole.name
Drillhole.converted_collar
Drillhole.raw_collar
Drillhole.displayed_table
Drillhole.displayed_field
Drillhole.get_colour_map()
Drillhole.set_visualisation()
Drillhole.points
Drillhole.point_selection
Drillhole.edges
Drillhole.edge_selection
Drillhole.assay_table
Drillhole.collar_table
Drillhole.survey_table
Drillhole.geology_table
Drillhole.downhole_table
Drillhole.quality_table
Drillhole.tables
Drillhole.point_at_depth()
Drillhole.tables_by_type()
Drillhole.table_by_name()
Drillhole.attribute_names()
Drillhole.closed
Drillhole.coordinate_system
Drillhole.created_date
Drillhole.delete_all_attributes()
Drillhole.delete_attribute()
Drillhole.dissociate_raster()
Drillhole.extent
Drillhole.get_attribute()
Drillhole.get_attribute_type()
Drillhole.is_read_only
Drillhole.lock_type
Drillhole.modified_date
Drillhole.rasters
Drillhole.save()
Drillhole.set_attribute()
Drillhole.table_count
- mapteksdk.geologycore.errors module
DatabaseVersionNotSupportedError
DatabaseLoadError
OrphanDrillholeError
TableNotFoundError
TooManyTablesError
TooManyTablesWarning
FieldNotFoundError
TooManyFieldsError
TooManyFieldsWarning
TableMismatchError
FieldTypeNotSupportedError
DataTypeNotSupportedError
UnitNotSupportedError
FieldDoesNotSupportUnitsError
DuplicateFieldTypeError
DuplicateFieldNameError
EmptyTableError
MissingRequiredFieldsError
DuplicateTableTypeError
DeletedFieldError
CollarTableRowError
SurveyTableLoadedError
- mapteksdk.geologycore.fields module
UNKNOWN_FIELD_TYPE
DrillholeFieldType
DrillholeFieldType.NONE
DrillholeFieldType.EASTING
DrillholeFieldType.NORTHING
DrillholeFieldType.ELEVATION
DrillholeFieldType.TOTAL_DEPTH
DrillholeFieldType.FROM_DEPTH
DrillholeFieldType.TO_DEPTH
DrillholeFieldType.THICKNESS
DrillholeFieldType.ROCK_TYPE
DrillholeFieldType.HORIZON
DrillholeFieldType.DEPTH
DrillholeFieldType.AZIMUTH
DrillholeFieldType.DIP
DrillholeFieldType.UNKNOWN
DrillholeFieldType.can_be_repeated()
DrillholeFieldType.supports_data_type()
DrillholeFieldType.is_built_in
DrillholeFieldType.is_custom
DrillholeFieldType.supports_distance_units
DrillholeFieldType.supports_angle_units
DrillholeFieldType.default_unit
BaseField
FieldInformation
DrillholeDatabaseField
- mapteksdk.geologycore.operations module
- General Operations
- mapteksdk.geologycore.tables module
DrillholeTableType
BaseTable
BaseTableInformation
BaseDrillholeTable
BaseDrillholeTable.HOLE_ID
BaseDrillholeTable.table_type
BaseDrillholeTable.fields
BaseDrillholeTable.custom_fields
BaseDrillholeTable.fields_by_type()
BaseDrillholeTable.field_by_name()
BaseDrillholeTable.row_count
BaseDrillholeTable.add_row()
BaseDrillholeTable.add_rows()
BaseDrillholeTable.remove_row()
BaseDrillholeTable.remove_rows()
BaseDrillholeTable.dataframe()
BaseDrillholeTable.field_count
BaseDrillholeTable.is_read_only
BaseDrillholeTable.name
CollarTable
CollarTable.table_type
CollarTable.azimuth
CollarTable.dip
CollarTable.easting
CollarTable.northing
CollarTable.elevation
CollarTable.total_depth
CollarTable.collar_point
CollarTable.add_rows()
CollarTable.remove_rows()
CollarTable.HOLE_ID
CollarTable.add_row()
CollarTable.custom_fields
CollarTable.dataframe()
CollarTable.field_by_name()
CollarTable.field_count
CollarTable.fields
CollarTable.fields_by_type()
CollarTable.is_read_only
CollarTable.name
CollarTable.remove_row()
CollarTable.row_count
SurveyTable
SurveyTable.table_type
SurveyTable.azimuth
SurveyTable.dip
SurveyTable.depth
SurveyTable.HOLE_ID
SurveyTable.add_row()
SurveyTable.add_rows()
SurveyTable.custom_fields
SurveyTable.dataframe()
SurveyTable.field_by_name()
SurveyTable.field_count
SurveyTable.fields
SurveyTable.fields_by_type()
SurveyTable.is_read_only
SurveyTable.name
SurveyTable.remove_row()
SurveyTable.remove_rows()
SurveyTable.row_count
GeologyTable
GeologyTable.table_type
GeologyTable.from_depth
GeologyTable.to_depth
GeologyTable.thickness
GeologyTable.rock_type
GeologyTable.horizon
GeologyTable.HOLE_ID
GeologyTable.add_row()
GeologyTable.add_rows()
GeologyTable.custom_fields
GeologyTable.dataframe()
GeologyTable.field_by_name()
GeologyTable.field_count
GeologyTable.fields
GeologyTable.fields_by_type()
GeologyTable.is_read_only
GeologyTable.name
GeologyTable.remove_row()
GeologyTable.remove_rows()
GeologyTable.row_count
AssayTable
AssayTable.table_type
AssayTable.from_depth
AssayTable.to_depth
AssayTable.thickness
AssayTable.HOLE_ID
AssayTable.add_row()
AssayTable.add_rows()
AssayTable.custom_fields
AssayTable.dataframe()
AssayTable.field_by_name()
AssayTable.field_count
AssayTable.fields
AssayTable.fields_by_type()
AssayTable.is_read_only
AssayTable.name
AssayTable.remove_row()
AssayTable.remove_rows()
AssayTable.row_count
DownholeTable
DownholeTable.table_type
DownholeTable.from_depth
DownholeTable.to_depth
DownholeTable.thickness
DownholeTable.HOLE_ID
DownholeTable.add_row()
DownholeTable.add_rows()
DownholeTable.custom_fields
DownholeTable.dataframe()
DownholeTable.field_by_name()
DownholeTable.field_count
DownholeTable.fields
DownholeTable.fields_by_type()
DownholeTable.is_read_only
DownholeTable.name
DownholeTable.remove_row()
DownholeTable.remove_rows()
DownholeTable.row_count
QualityTable
QualityTable.table_type
QualityTable.from_depth
QualityTable.to_depth
QualityTable.thickness
QualityTable.HOLE_ID
QualityTable.add_row()
QualityTable.add_rows()
QualityTable.custom_fields
QualityTable.dataframe()
QualityTable.field_by_name()
QualityTable.field_count
QualityTable.fields
QualityTable.fields_by_type()
QualityTable.is_read_only
QualityTable.name
QualityTable.remove_row()
QualityTable.remove_rows()
QualityTable.row_count
CustomTable
CustomTable.table_type
CustomTable.HOLE_ID
CustomTable.add_row()
CustomTable.add_rows()
CustomTable.custom_fields
CustomTable.dataframe()
CustomTable.field_by_name()
CustomTable.field_count
CustomTable.fields
CustomTable.fields_by_type()
CustomTable.is_read_only
CustomTable.name
CustomTable.remove_row()
CustomTable.remove_rows()
CustomTable.row_count
CollarTableInformation
CollarTableInformation.table_type
CollarTableInformation.azimuth
CollarTableInformation.dip
CollarTableInformation.easting
CollarTableInformation.northing
CollarTableInformation.elevation
CollarTableInformation.total_depth
CollarTableInformation.add_field()
CollarTableInformation.custom_fields
CollarTableInformation.field_by_name()
CollarTableInformation.field_count
CollarTableInformation.fields
CollarTableInformation.fields_by_type()
CollarTableInformation.is_read_only
CollarTableInformation.name
SurveyTableInformation
SurveyTableInformation.table_type
SurveyTableInformation.azimuth
SurveyTableInformation.dip
SurveyTableInformation.depth
SurveyTableInformation.add_field()
SurveyTableInformation.custom_fields
SurveyTableInformation.field_by_name()
SurveyTableInformation.field_count
SurveyTableInformation.fields
SurveyTableInformation.fields_by_type()
SurveyTableInformation.is_read_only
SurveyTableInformation.name
GeologyTableInformation
GeologyTableInformation.table_type
GeologyTableInformation.from_depth
GeologyTableInformation.to_depth
GeologyTableInformation.thickness
GeologyTableInformation.rock_type
GeologyTableInformation.horizon
GeologyTableInformation.add_field()
GeologyTableInformation.custom_fields
GeologyTableInformation.field_by_name()
GeologyTableInformation.field_count
GeologyTableInformation.fields
GeologyTableInformation.fields_by_type()
GeologyTableInformation.is_read_only
GeologyTableInformation.name
AssayTableInformation
AssayTableInformation.table_type
AssayTableInformation.from_depth
AssayTableInformation.to_depth
AssayTableInformation.thickness
AssayTableInformation.add_field()
AssayTableInformation.custom_fields
AssayTableInformation.field_by_name()
AssayTableInformation.field_count
AssayTableInformation.fields
AssayTableInformation.fields_by_type()
AssayTableInformation.is_read_only
AssayTableInformation.name
DownholeTableInformation
DownholeTableInformation.table_type
DownholeTableInformation.from_depth
DownholeTableInformation.to_depth
DownholeTableInformation.thickness
DownholeTableInformation.add_field()
DownholeTableInformation.custom_fields
DownholeTableInformation.field_by_name()
DownholeTableInformation.field_count
DownholeTableInformation.fields
DownholeTableInformation.fields_by_type()
DownholeTableInformation.is_read_only
DownholeTableInformation.name
QualityTableInformation
QualityTableInformation.table_type
QualityTableInformation.from_depth
QualityTableInformation.to_depth
QualityTableInformation.thickness
QualityTableInformation.add_field()
QualityTableInformation.custom_fields
QualityTableInformation.field_by_name()
QualityTableInformation.field_count
QualityTableInformation.fields
QualityTableInformation.fields_by_type()
QualityTableInformation.is_read_only
QualityTableInformation.name
CustomTableInformation
CustomTableInformation.table_type
CustomTableInformation.add_field()
CustomTableInformation.custom_fields
CustomTableInformation.field_by_name()
CustomTableInformation.field_count
CustomTableInformation.fields
CustomTableInformation.fields_by_type()
CustomTableInformation.is_read_only
CustomTableInformation.name