Skip to content
New issue

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

support for large MSEED files #87

Open
xiansch opened this issue Apr 24, 2024 · 1 comment
Open

support for large MSEED files #87

xiansch opened this issue Apr 24, 2024 · 1 comment

Comments

@xiansch
Copy link

xiansch commented Apr 24, 2024

Hi,

I am trying to run PhaseNet on some very large (3K MB+) data files that are downloaded in large chunks from IRIS. I am running into the problem:
"Error reading ../20180715_20180725/mseed/HV.UWB_20180715_20180725.mseed:
ObsPy can currently not directly read mini-SEED files that are larger than 2^31 bytes (2048 MiB). To still read it, please read the file in chunks as documented here: obspy/obspy#1419 (comment)"

The obspy link has a solution which is to read in chunks, which I suppose is not implemented in the native PhaseNet reader. Would it be possible to update this (or I can do it manually, if I can get pointers to which function to modify).

Thanks

@wayneweiqiang
Copy link
Collaborator

wayneweiqiang commented Apr 24, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants