Skip to content

support for large MSEED files #87

@xiansch

Description

@xiansch

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions