Network¶
-
class
mss_dataserver.geometry.inventory.
Network
(name, description=None, type=None, author_uri=None, agency_uri=None, creation_time=None, parent_inventory=None)[source]¶ Bases:
object
A seismic network.
- Parameters
name (str) – The name of the network.
description (str) – The description of the network.
type (str) – The type of the network.
author_uri (string) – The author_uri of the instance.
agency_uri (String) – The agency_uri of the instance.
creation_time (str or
obspy.UTCDateTime
) – The creation time of the instance. A string that can be parsed byobspy.UTCDateTime
or aobspy.UTCDateTime
instanceparent_inventory (
Inventory
) – The inventory to which the network is assigned to.stations (
list
ofStation
) – The stations assigned to the network.
Methods¶
|
Initialize the instance. |
|
Add a station to the network. |
|
Get a dictionary representation of the instance. |
|
Create a network from a dictionary. |
|
Get a station from the network. |
|
Merge a network with the existing. |
|
Remove a station from the network. |
|
Remove a station instance from the network. |