Voxel to GDB

Use the Voxel To GDB GX to export a voxel to a database (Geosoft GDB).

Voxel to GDB options

Input voxel

Select the voxel file to be exported to a database, either from the dropdown list or the browse dialog.

Script Parameter: VOXEL_TO_GDB.VOXEL

Output database

Enter or browse for the output database file. By default, the output database is given the same base name as the input voxel.

Script Parameter: EXPDBVOX.DATABASE

Data channel

Name of the data channel. By default, this channel is given the same name as the input voxel.

Script Parameter: EXPDBVOX.CHAN

Direction

Specify the direction axis (X, Y, or Z) along which the voxel will be exported.

Script Parameter: EXPDBVOX.DIRECTION [0: X, 1: Y, 2: Z]

Direction

If checked, dummy voxel elements will be omitted in the output database.

Script Parameter: EXPDBVOX.DUMMY [0-No, 1 – Yes]

Application Notes

Direction:

The first coordinate in the direction designation indicates the slice plane, the data along the 3rd coordinate changes faster than the 2nd one. For example, in the designation YXZ, an entire slice in the Y plane will be saved as a database line. In each line, consecutive points are ordered along the Z direction, followed by the Y direction.