obspy.core.inventory.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.core.inventory.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__
__hash__
__module__
__weakref__
list of weak references to the object (if defined)
alternate_code
From the StationXML definition:
code
historical_code
From the StationXML definition:
selected_number_of_stations
stations
total_number_of_stations
Public Methods
Returns a deepcopy of the object.
Return basic metadata for a given channel.
Returns a dictionary containing the contents of the object.
Return coordinates and orientation for a given channel.
Return orientation for a given channel.
Find response for a given channel at given time.
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).
Creates a preview map of all stations in current network object.
Show bode plot of instrument response of all (or a subset of) the network’s channels.
Returns the
Network
object with only theStation
s /Channel
s that match the given criteria (e.g.Private Methods
Warning
Private methods are mainly for internal/developer use and their API might change without notice.
Special Methods
Default dir() implementation.
Return self==value.
Default object formatter.
- type code
str
This method is called when a class is subclassed.
Return self!=value.
Create and return a new object.
Helper for pickle.
Helper for pickle.
Size of object in memory, in bytes.
Return str(self).
Abstract classes can override this to customize issubclass().