GXHGD class¶
- class GXHGD(handle=0)[source]¶
GXHGD class.
High Performance Grid. Designed to place grid data on a DAP server. It produces a multi-resolution compressed object that supports multi-threading and allows for high-speed extraction of data at any resolution.
- classmethod create(name)[source]¶
Create a handle to an
GXHGD
object- Parameters:
name (str) – File Name
- Returns:
GXHGD
handle, terminates if creation fails- Return type:
New in version 5.1.
License: Geosoft Open License
- export_img(name)[source]¶
Export all layers of this
GXHGD
into grid files.- Parameters:
name (str) – Name of grids (each layers adds _Number to the name)
New in version 6.1.
License: Geosoft Open License
- get_meta(meta)[source]¶
Get the metadata of a grid.
New in version 5.1.
License: Geosoft Open License
- classmethod h_create_img(img, name)[source]¶
-
- Parameters:
- Returns:
GXHGD
Object- Return type:
New in version 5.1.
License: Geosoft Open License
- is_null()[source]¶
Check if this is a null (undefined) instance
- Returns:
True if this is a null (undefined) instance, False otherwise.
- Return type:
bool