obspy.xseed.fields.Field

class Field(id, name, *args, **kwargs)[source]

Bases: object

General SEED field.

Attributes

__dict__
__doc__ str(object=’‘) -> string
__module__ str(object=’‘) -> string
__weakref__ list of weak references to the object (if defined)

Public Methods

convert
getSEED
getXML
parseSEED
parseXML

Private Methods

_formatString Using SEED specific flags to format strings.

Special Methods

__init__
__str__

This Page