from_segy

subsurface.geological_formats.seismic.from_segy(filepath: str, coords=None)subsurface.geological_formats.seismic.Seismic[source]

Create a Seismic data object from a SEGY file.

Parameters

filepath (str) – Filepath to the SEGY file.

Returns

Seismic data object based on xarray.DataArray.

Return type

Seismic