geosoft.gxpy.spatialdata¶
Geosoft spatial data base class.
Spatial datasets are collections of geometric objects that have associated data, typically persisting in a named file. Examples are Geosoft databases, grids, voxels, geosoft_surfaces.
- Classes:
SpatialData
base class for Geosoft spatial data, inherits from
geosoft.gxpy.geometry.Geometry
Constants
mode=
file open mode constants
FILE_READ
0
open for read, files are not changed
FILE_READWRITE
1
open for read and write, files can be changed
FILE_NEW
2
new file, accompanied by
overwrite=
parameter
Functions
|
|
|
Return a |
|
Return a |
|
Delete file and xml file |
|
Return spatial dataset extent from geosoft metadata. |
|
Return spatial dataset extent from file metadata .xml file |
|
Return the lowest branch in the meta dictionary that contains the item. |
Classes
|
Base class for spatial datasets. |
Exceptions
|
Exceptions from |