obspy.io.gcf.core

GCF bindings to python

Public Functions

compatible_sps

Checks if a sampling rate is compatible with the GCF format

get_time_denominator

Returns the time fractional offset denominator, d, associated with an input sampling rate.

merge_gcf_stream

Merges GCF stream (replacing Stream.merge(-1) for headonly=True)

Private Functions

Warning

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

_is_gcf

Checks whether a file is GCF or not.

_read_gcf

Reads a GCF file and returns a Stream

_write_gcf

Writes a Stream or a Trace to a GCF file