obspy.core.quakeml.writeQuakeML

writeQuakeML(catalog, filename, **kwargs)[source]

Writes a QuakeML file.

Warning

This function should NOT be called directly, it registers via the the write() method of an ObsPy Catalog object, call this instead.

Parameters:
  • catalog (Catalog) The ObsPy Catalog object to write.
  • filename (str) Name of file to write.

This Page