geosoft.gxpy.grid¶
Geosoft grid and image handling, including all supported file formats .
- Classes:
Grid
:grid dataset
- 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 grid file, accompanied by
overwrite=
parameter
Note
Regression tests provide usage examples: Tests
Functions
|
|
|
|
|
Create an array of (x,y,z) points for a grid defined by properties :param properties: grid properties :returns: array of points, shaped (ny, nx, 3) |
|
Properly decorate a grid name. |
|
Delete all files associates with this grid name. |
|
Create a map figure from a grid file. |
|
Deprecated since version 9.2: use |
|
Deprecated since version 9.2: use :py:method: grid_mosaic |
|
Deprecated since version 9.4: use |
|
Deprecated since version 9.4: use |
|
Save a grid file grid as a georeferenced image file. |
|
Return folder, undecorated file name + ext, file root, ext, decorations. |
|
Reopen a grid to access the grid as an existing grid. |
Classes
|
Grid and image class. |
Exceptions
|
Exceptions from |