GXDATAMINE class¶
- class GXDATAMINE(handle=0)[source]¶
GXDATAMINE class.
GXDATAMINE
functions provide an interface to Datamine Software Limited files. See alsoGXGIS
for various other Datamine-specific functions.Note:
None.
- classmethod create_voxel(file, field, ipj, meta, voxel)[source]¶
Create a Geosoft Voxel file from a Datamine block model file.
- Parameters:
New in version 6.3.
License: Geosoft End-User License
Note: Create a Geosoft Voxel file from a Datamine block model file.
- is_null()[source]¶
Check if this is a null (undefined) instance
- Returns:
True if this is a null (undefined) instance, False otherwise.
- Return type:
bool
- classmethod null()[source]¶
A null (undefined) instance of
GXDATAMINE
- Returns:
A null
GXDATAMINE
- Return type:
- classmethod numeric_field_lst(file, lst)[source]¶
Return a
GXLST
containing the non-standard numeric fields in a Datamine file.New in version 6.3.
License: Geosoft End-User License
Note: At this time, only
GIS_DMTYPE_BLOCKMODEL
files are supported. The field names go in the name part, and field indices (1 to N) in the value part.
GIS_DMTYPE constants¶
Datamine file types