obspy.io.gcf.core._is_gcf

_is_gcf(file)[source]

Checks whether a file is GCF or not.

Parameters:

file (str or file-like object) – path to GCF file to be checked

Return type:

bool

Returns:

True if a object pointed to by path is a GCF file.