obspy.station.inventory.Inventory

class Inventory(networks, source, sender=None, created=None, module='ObsPy 0.9.0', module_uri='http://www.obspy.org')[source]

Bases: obspy.core.util.base.ComparingObject

The root object of the Inventory->Network->Station->Channel hierarchy.

In essence just a container for one or more networks.

Attributes

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

Public Methods

get_contents Returns a dictionary containing the contents of the object.
get_response Find response for a given channel at given time.
write Writes the inventory object to a file or file-like object in the specified format.

Special Methods

__add__
__eq__
__getitem__
__iadd__
__init__
type networks:List of Network
__ne__
__str__

This Page