GeosoftInc / gxpy

Python for Geosoft GX Developer
https://geosoftgxdev.atlassian.net/wiki/spaces/GD/overview
BSD 2-Clause "Simplified" License
33 stars 30 forks source link

project.py does not support Geosoft surface document type #133

Open tompopowski opened 3 months ago

tompopowski commented 3 months ago

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).

serban-seeq commented 6 days ago

GXDEV-40