obspy.station.util.Operator¶
- class Operator(agencies, contacts=None, website=None)[source]¶
Bases: obspy.core.util.base.ComparingObject
An operating agency and associated contact persons. If there are multiple operators, each one should be encapsulated within an Operator object. Since the Contact element is a generic type that represents any contact person, it also has its own optional Agency element.
Attributes
__dict__ __doc__ unicode(string [, encoding[, errors]]) -> object __module__ str(object) -> string __weakref__ list of weak references to the object (if defined) agencies contacts Public Methods
next Special Methods
__eq__ __init__ type agencies: list of str __long__ __native__ Hook for the future.utils.native() function __ne__ __nonzero__ __unicode__