obspy.core.stream

Module for handling ObsPy Stream objects.

copyright:

The ObsPy Development Team (devs@obspy.org)

license:

GNU Lesser General Public License, Version 3 (https://www.gnu.org/copyleft/lesser.html)

Public Functions

read

Read waveform files into an ObsPy Stream object.

Private Functions

Warning

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

_create_example_stream

Create an example stream.

_is_pickle

Check whether a file is a pickled ObsPy Stream file.

_read

Read a single file into a ObsPy Stream object.

_read_pickle

Read and return Stream from pickled ObsPy Stream file.

_write_pickle

Write a Python pickle of current stream.

Classes

Stream

List like object of multiple ObsPy Trace objects.