Closed kwinkunks closed 2 years ago
Peel out the stuff in seismic.py -- probably at the same time as moving away from obspy, see #40.
seismic.py
obspy
So probably seisplot doesn't need to know about segyio (or obspy) at all, just use the seismic object from this other library.
seisplot
segyio
I think segysak has basically done this work. Smart thing now would be to use xarray instead of our Seismic class. Will make a new issue if it ever comes up.
segysak
xarray
Seismic
Peel out the stuff in
seismic.py
-- probably at the same time as moving away fromobspy
, see #40.So probably
seisplot
doesn't need to know aboutsegyio
(orobspy
) at all, just use the seismic object from this other library.