Skip to content

SegyIO.jl provides methods to read, write, and scan SEGY datasets.

License

Notifications You must be signed in to change notification settings

slimgroup/SegyIO.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

SegyIO is a registered package and can be installed directly from the julia package manager (] in the julia REPL) :

 add SegyIO

Extension

SegyIO is implemented for POSIX systems. For Cloud storage, use CloudSegyIO.jl, the Cloud storage extension of SegyIO.