Array¶
-
class
mss_dataserver.geometry.inventory.
Array
(name, description=None, author_uri=None, agency_uri=None, creation_time=None, parent_inventory=None)[source]¶ Bases:
object
A seismic array holding multiple stations.
- Parameters
name (str) – The name of the array.
description (str) – The description of the array.
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 array is assigned to.stations (
list
ofStation
) – The stations assigned to the array.
Methods¶
|
Initialization of the instance. |
|
Add a station to the array. |
|
Get a station from the network. |
|
Merge an array with the existing one. |
|
Remove a station from the array. |
|
Remove a station timebox instance. |