Code: Select all
from obspy import read as obsread
st = obsread('II.NNA.00.BH1.M.2023.215.221206.SAC', debug_headers=True)
Code: Select all
TypeError: Unknown format for file II.NNA.00.BH1.M.2023.215.221206.SAC
Code: Select all
from obspy import read as obsread
st = obsread('II.NNA.00.BH1.M.2023.215.221206.SAC', debug_headers=True)
Code: Select all
TypeError: Unknown format for file II.NNA.00.BH1.M.2023.215.221206.SAC