agilescientific / seisplot

Plots seismic, sorta
Apache License 2.0
109 stars 42 forks source link

Put seismic object in another library #41

Closed kwinkunks closed 2 years ago

kwinkunks commented 5 years ago

Peel out the stuff in seismic.py -- probably at the same time as moving away from obspy, see #40.

So probably seisplot doesn't need to know about segyio (or obspy) at all, just use the seismic object from this other library.

kwinkunks commented 2 years ago

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.