|
OpenZGY/Python Public API (ALPHA)
Access seismic data stored in ZGY format.
|
| ▼CException | |
| ▼Copenzgy.exception.ZgyError | Base class for all exceptions thrown by OpenZGY |
| Copenzgy.exception.ZgyAborted | User aborted the operation |
| Copenzgy.exception.ZgyCorruptedFile | The ZGY file became corrupted while writing to it |
| Copenzgy.exception.ZgyEndOfFile | Trying to read past EOF |
| Copenzgy.exception.ZgyFormatError | Corrupted or unsupported ZGY file |
| Copenzgy.exception.ZgyInternalError | Exception that might be caused by a bug in OpenZGY |
| Copenzgy.exception.ZgyMissingFeature | Missing feature |
| Copenzgy.exception.ZgySegmentIsClosed | Exception used internally to request a retry |
| Copenzgy.exception.ZgyUserError | Exception that might be caused by the calling application |
| Copenzgy.api.ProgressWithDots | Simple progress bar |
| ▼Copenzgy.api.ZgyMeta | Base class shared betewwn ZgyReader and ZgyWriter |
| ▼Copenzgy.api.ZgyMetaAndTools | Base class shared betewwn ZgyReader and ZgyWriter |
| Copenzgy.api.ZgyReader | Main entry point for reading ZGY files |
| Copenzgy.api.ZgyWriter | Main API for creating ZGY files |
| Copenzgy.api.ZgyUtils | Operations other than read and write |
| ▼CEnum | |
| Copenzgy.api.SampleDataType | Sample data type used in the public API |
| Copenzgy.api.UnitDimension | Horizontal or vertical dimension as used in the public API |
1.8.17