equinor / segyio

Fast Python library for SEGY files.
Other
476 stars 214 forks source link

Read .cbvs seismic data format #462

Closed yohanesnuwara closed 4 years ago

yohanesnuwara commented 4 years ago

Hi, I'm curious to experiment with the Blake Ridge Hydrate 3D seismic data in this link here. I just downloaded the data using wget in Python, then find the seismic data inside the folder ./Seismics/Stack_final.cbvs having format not .sgy but .cbvs. This is OpendTect format. I tried to open with segyio.open, but error in reading, got message as follows:

RuntimeError: trace count inconsistent with file size, trace lengths possibly of non-uniform

I was wondering about any strategies to open this .cbvs file format in segyio? Looking forward to your feedbacks and suggestions, thanks :)

Best,

Nuwara

jokva commented 4 years ago

I'm not familiar with the opndtect format, but as it's (probably) not SEG-Y, there's no way of reading it with segyio. I guess you could try opendtect?

jokva commented 4 years ago

Closing due to inactivity, and also this is not about SEG-Y or segyio.