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, data_availability=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__ unicode(string [, encoding[, errors]]) -> object
__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

copy Returns a deepcopy of the object.
get_contents Returns a dictionary containing the contents of the object.
get_coordinates Return coordinates for a given channel.
get_response Find response for a given channel at given time.
is_active Checks if the item was active at some given point in time (time) and/or if it was active at some point during a certain time range (starttime, endtime).
next
plot Creates a preview map of all stations in current network object.
plot_response Show bode plot of instrument response of all (or a subset of) the network’s channels.
select Returns the Network object with only the

Private Methods

_repr_pretty_

Special Methods

__eq__
__getitem__
__init__
type code:str
__long__
__native__ Hook for the future.utils.native() function
__ne__
__nonzero__
__short_str__
__str__
__unicode__