We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
See #195 (review)
这一套脚本当时是基于数据处理的起点是seed文件写的。现在的主流改为了mseed。但是除了IRIS以外的机构很多依然在用seed。所以这个问题的处理应该有两方面:这一套脚本肯定要提供一个用mseed开始的版本,另一个问题是现在的版本要不要保留。
我们应该把涉及 SEED 的数据格式处理和其他改为 miniseed。请看rdseed 搜索结果,例如:
同时需要更新流行的数据格式,可以参考 https://seismo-learn.org/seismology101/seismology/data-format/
建议使用 ObsPy进行 seed 格式转换,而不是 rdseed
The text was updated successfully, but these errors were encountered:
Perhaps we should just use mseed2sac.
Sorry, something went wrong.
新版sac可以读mseed格式
good
在iris那里,seed被淘汰了,但是在国内并没有
No branches or pull requests
See #195 (review)
我们应该把涉及 SEED 的数据格式处理和其他改为 miniseed。请看rdseed 搜索结果,例如:
同时需要更新流行的数据格式,可以参考 https://seismo-learn.org/seismology101/seismology/data-format/
建议使用 ObsPy进行 seed 格式转换,而不是 rdseed
The text was updated successfully, but these errors were encountered: