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

file.vol #5

Closed
Andersongeofisco opened this issue Apr 24, 2019 · 2 comments
Closed

file.vol #5

Andersongeofisco opened this issue Apr 24, 2019 · 2 comments

Comments

@Andersongeofisco
Copy link

Hello! How can I make a .vol file? Where can I find some information about it? Thanks!

@joferkington
Copy link
Owner

joferkington commented Apr 24, 2019

.vol is the on-disk seismic data format used by GeoProbe and VoxelGeo. Typically, you'd use this library when reading in data written by one of those programs. python-geoprobe is a library to handle reading and writing the file formats GeoProbe writes in python.

If you have a segy file that you'd like to load into memory as a numpy array, have a look at any of the various segy libraries (I'd recommend segyio). Once you have it as a numpy array, you can write it out as a .vol file using this library if you'd like (e.g. geoprobe.volume(data).write(filename)).

@Andersongeofisco
Copy link
Author

Many Thanks Joferkington.

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