-
Notifications
You must be signed in to change notification settings - Fork 218
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to open open Kahu 3-D SEGY file #517
Comments
The Kahu-3D dataset has a problem. Or, actually, two.
The following snippet should help you figure out what's going on...
|
Hi, By default segyio tries to infer cube geometry from the trace headers. In your case it's not regular (the dimensions doesn't add up). You would have to explicitly set [1] https://segyio.readthedocs.io/en/latest/segyio.html#segyio.open |
There are some datasets available on SEG Wiki. One of them is Kahu 3-D.
Kahu is not opening properly using
segyio
.Here is the code I`m using:
But I'm getting the following error:
If I pass
ignore_geometry=True
, I get a different error like the one below:I'm still not sure if the Kahu 3-D data has any problem or it is a bug inside segyio.
The text was updated successfully, but these errors were encountered: