Getting Started
_is_quakeml()
Developer Resources
Indices and Tables
Checks whether a file is QuakeML format.
filename (str) – Name of the QuakeML file to be checked.
bool
True if QuakeML file.
True
Example
>>> _is_quakeml('/path/to/quakeml.xml') True