You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
On Apr 24, 2024, at 12:02, xiansch ***@***.***> wrote:
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) <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
—
Reply to this email directly, view it on GitHub <#87>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ABBGTN5EM2UUMLGQL5ZXDJ3Y676UXAVCNFSM6AAAAABGXPQFMKVHI2DSMVQWIX3LMV43ASLTON2WKOZSGI3DCOJYGAYDCOA>.
You are receiving this because you are subscribed to this thread.
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
The text was updated successfully, but these errors were encountered: