obspy.station.network.Network

class Network(code, stations=None, total_number_of_stations=None, selected_number_of_stations=None, description=None, comments=None, start_date=None, end_date=None, restricted_status=None, alternate_code=None, historical_code=None)[source]

Bases: obspy.station.util.BaseNode

From the StationXML definition:
This type represents the Network layer, all station metadata is contained within this element. The official name of the network or other descriptive information can be included in the Description element. The Network can contain 0 or more Stations.

Attributes

__dict__
__doc__ str(object=’‘) -> string
__module__ str(object=’‘) -> string
__weakref__ list of weak references to the object (if defined)
alternate_code From the StationXML definition:
code
historical_code From the StationXML definition:
stations

Public Methods

get_contents Returns a dictionary containing the contents of the object.
get_response Find response for a given channel at given time.

Special Methods

__eq__
__getitem__
__init__
type code:String
__ne__
__short_str__
__str__

This Page