obspy.io.mseed3.core

MSEED3 bindings to ObsPy core module.

Public Functions

mseed3_to_obspy_header

Private Functions

Warning

Private functions are mainly for internal/developer use and their API might change without notice.

__internal_is_mseed3

Internal version of _is_mseed3 working only with open file-like object.

_encoding_int_from_string

_internal_read_mseed3

_is_mseed3

Checks whether a file is mseed3 or not.

_read_mseed3

Reads a mseed3 file and returns a Stream object.

_write_mseed3

Write miniseed3 file from a Stream object.

Exceptions

ObsPyMSEED3DataOverflowError

ObsPyMSEED3Error

ObsPyMSEED3FilesizeTooLargeError

ObsPyMSEED3FilesizeTooSmallError

ObsPyMSEED3ReadingError