SegyIO.jl

SegyIO.jl provides methods to read, write, and scan SEGY datasets.
Author slimgroup
Popularity
5 Stars
Updated Last
2 Years Ago
Started In
October 2019

SegyIO.jl

SegyIO is a Julia package for reading and writing SEGY Rev 1 files. In addition to providing tools for reading/writing entire files, SegyIO provides a parallel scanner that reduces any number of files into a single object with direct out-of-core access to the underlying data.

Build Status

A video demonstrating the package's capabilities has been made available here.

INSTALLATION

Using SLIM Registry (preferred method)

First switch to package manager prompt (using ']') and add SLIM registry:

	registry add https://github.com/slimgroup/SLIMregistryJL.git

Then still from package manager prompt add SegyIO:

	add SegyIO

Adding without SLIM registry

After switching to package manager prompt (using ']') type:

    add https://github.com/slimgroup/SegyIO.jl.git

For more information on reading, writing, and scanning please see the SegyIO.jl Wiki!