gxpy
gxpy copied to clipboard
project.py does not support Geosoft surface document type
The document type "Geosurface" is missing from project.py:
DOC_TYPE_DATABASE = "Database"
DOC_TYPE_GRID = "Grid"
DOC_TYPE_MAP = "Map"
DOC_TYPE_3DV = "3DView"
DOC_TYPE_VOXEL = "Voxel"
DOC_TYPE_VOXI = "VoxelInversion"
DOC_TYPE_GMS3D = "GMS3D"
DOC_TYPE_GMS2D = "GMS2D"
DOC_TYPE_ALL = "All"
The underlying gxapi functions support it (see gxapi\gxproj.py).
GXDEV-40
Fixed in 2024.2