OpenZGY/Python Public API (ALPHA)
Access seismic data stored in ZGY format.
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 123]
 CException
 Copenzgy.exception.ZgyErrorBase class for all exceptions thrown by OpenZGY
 Copenzgy.exception.ZgyAbortedUser aborted the operation
 Copenzgy.exception.ZgyCorruptedFileThe ZGY file became corrupted while writing to it
 Copenzgy.exception.ZgyEndOfFileTrying to read past EOF
 Copenzgy.exception.ZgyFormatErrorCorrupted or unsupported ZGY file
 Copenzgy.exception.ZgyInternalErrorException that might be caused by a bug in OpenZGY
 Copenzgy.exception.ZgyMissingFeatureMissing feature
 Copenzgy.exception.ZgySegmentIsClosedException used internally to request a retry
 Copenzgy.exception.ZgyUserErrorException that might be caused by the calling application
 Copenzgy.api.ProgressWithDotsSimple progress bar
 Copenzgy.api.ZgyMetaBase class shared betewwn ZgyReader and ZgyWriter
 Copenzgy.api.ZgyMetaAndToolsBase class shared betewwn ZgyReader and ZgyWriter
 Copenzgy.api.ZgyReaderMain entry point for reading ZGY files
 Copenzgy.api.ZgyWriterMain API for creating ZGY files
 Copenzgy.api.ZgyUtilsOperations other than read and write
 CEnum
 Copenzgy.api.SampleDataTypeSample data type used in the public API
 Copenzgy.api.UnitDimensionHorizontal or vertical dimension as used in the public API