OpenZGY/Python API and Internals (ALPHA)
Access seismic data stored in ZGY format.
Classes
openzgy.zgypublic Namespace Reference

Consolidate old and new Python API. More...

Classes

class  ZgyReader
 
class  ZgyWriter
 

Detailed Description

Consolidate old and new Python API.

Consolidate old and new Python API.

This file is for testing only, when comparing the old and new apis.
The Python wrapper for the old ZGY-Public API is not quite identical
to the new OpenZGY api. This file wraps the old API to become more
similar to the new.

Application code should NOT use this package when migrating. Instead,
please modify the code to fit the slightly changed API. The documentation
for this package might help to show which changes are required.