obspy.io.xseed.parser.Parser.get_xseed

Parser.get_xseed(version='1.1', split_stations=False)[source]

Returns a XSEED representation of the current Parser object.

Parameters:
  • version (float, optional) – XSEED version string (default is 1.1).

  • split_stations (bool, optional) – Splits stations containing multiple channels into multiple documents.

Return type:

str or dict

Returns:

Returns either a string or a dict of strings depending on the flag split_stations.