|
OpenZGY/Python API and Internals (ALPHA)
Access seismic data stored in ZGY format.
|
Static Public Attributes | |
| int | Unknown = 0 |
| int | Meters = 1 |
| int | Feet = 2 |
| int | ArcSec = 3 |
| int | ArcDeg = 4 |
| int | ArcDegMinSec = 5 |
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.
1.8.17