I was using obspy to look some Deep-ocean Assessment and Reporting of Tsunamis (DART) data.
But the data is uncontinuous, I find the gap in the time series such as this.
And then, how can i fill the gap ?
The raw data sampling rate is 0.06667.
So I tried st.interpolate(sampling_rate=0.06667), it won't change anything