obspy.xseed.parser.Parser.__init__

Parser.__init__(data=None, debug=False, strict=False, compact=False)[source]

Initializes the SEED parser.

Parameters:
  • data Filename, URL, XSEED/SEED string, file pointer or StringIO
  • debug (Boolean.) Enables a verbose debug log during parsing of SEED file.
  • strict (Boolean.) Parser will raise an exception if SEED files does not stay within the SEED specifications.
  • compact (Boolean.) SEED volume will contain compact data strings. Missing time strings will be filled with 00:00:00.0000 if this option is disabled.

This Page