OpenZGY/Python API and Internals (ALPHA)
Access seismic data stored in ZGY format.
Public Member Functions | List of all members
openzgy.zgypublic.ZgyReader Class Reference
Inheritance diagram for openzgy.zgypublic.ZgyReader:

Public Member Functions

def __init__ (self, *args, **kwargs)
 Ignore iocontext and verbose arguments.
 
def read (self, *args, **kwargs)
 Ignore iocontext and verbose arguments.
 
def meta (self)
 Old: strings, new: enums for 4 properties. More...
 
def datatype (self)
 Old: string, new: openzgy.api.SampleDataType.
 
def zunitdim (self)
 Old: string, new: openzgy.api.UnitDimension.
 
def hunitdim (self)
 Old: string, new: openzgy.api.UnitDimension.
 
def bricksize (self)
 Old: missing from api. More...
 

Member Function Documentation

◆ bricksize()

def openzgy.zgypublic.ZgyReader.bricksize (   self)

Old: missing from api.

For the old API the bricksize will always be returned as (64,64,64) on read and always set to that value on file create.

◆ meta()

def openzgy.zgypublic.ZgyReader.meta (   self)

Old: strings, new: enums for 4 properties.

datatype, sourcetype, zunitdim, hunitdim need to be mapped.


The documentation for this class was generated from the following file: