OpenZGY/Python API and Internals (ALPHA)
Access seismic data stored in ZGY format.
Static Public Attributes | List of all members
openzgy.impl.enum.RawCoordType Class Reference
Inheritance diagram for openzgy.impl.enum.RawCoordType:

Static Public Attributes

int Unknown = 0
 
int Meters = 1
 
int Feet = 2
 
int ArcSec = 3
 
int ArcDeg = 4
 
int ArcDegMinSec = 5
 

Detailed Description

Coordinate type codes as stored in V1 files only.
The values are stored on the file, so the numbers must not be changed.
Source: BrickedFileVersion.cpp.
There is no corresponding enum in the API layer.

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