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 multiple operators, each one should be encapsulated within an Operator tag. Since the Contact element is a generic type that represents any contact person, it also has its own optional Agency element.

Attributes

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

Special Methods

__eq__
__init__
type agencies:A list of strings.
__ne__

This Page