OpenZGY/Python Public API (ALPHA)
Access seismic data stored in ZGY format.
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
 NopenzgyThe top level only has package members
 NapiUser visible apis are here
 CProgressWithDotsSimple progress bar
 CSampleDataTypeSample data type used in the public API
 CUnitDimensionHorizontal or vertical dimension as used in the public API
 CZgyMetaBase class shared betewwn ZgyReader and ZgyWriter
 CZgyMetaAndToolsBase class shared betewwn ZgyReader and ZgyWriter
 CZgyReaderMain entry point for reading ZGY files
 CZgyUtilsOperations other than read and write
 CZgyWriterMain API for creating ZGY files
 NexceptionExceptions that may be raised by OpenZGY
 CZgyAbortedUser aborted the operation
 CZgyCorruptedFileThe ZGY file became corrupted while writing to it
 CZgyEndOfFileTrying to read past EOF
 CZgyErrorBase class for all exceptions thrown by OpenZGY
 CZgyFormatErrorCorrupted or unsupported ZGY file
 CZgyInternalErrorException that might be caused by a bug in OpenZGY
 CZgyMissingFeatureMissing feature
 CZgySegmentIsClosedException used internally to request a retry
 CZgyUserErrorException that might be caused by the calling application