Skip to content
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

Segy file to Vol file #2

Open
farzanullah opened this issue Jun 12, 2019 · 1 comment
Open

Segy file to Vol file #2

farzanullah opened this issue Jun 12, 2019 · 1 comment

Comments

@farzanullah
Copy link

Dear Mr. Kington,

The code you have provided seems to be very useful for visualization of seismic data.

I have a SEGY file. Can you please tell how to convert segy file to vol file to be used with geoprobe library?

Regards,
Mohammad Farzanullah

@joferkington
Copy link
Owner

@farzanullah - The code in these demos works with "raw" numpy arrays. You can load the data in using any python SEGY library. You don't need to convert it to .vol.

You'll notice that geoprobe.volume is being used to read in the data. That's only because the data here was in Geoprobe format. The geoprobe library converts the Geoprobe format data into numpy arrays, which are then used for visualization.

If you use any of the various python SEGY readers (I'd recommend segyio these days - it didn't exist when this demo was written) to read in your data, you'll have it as a numpy array, and then can use the methods outlined here.

Hope that helps!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants