Inventory¶
-
class
mss_dataserver.geometry.inventory.
Inventory
(name, type=None)[source]¶ Bases:
object
The geometry inventory.
Manage sensors, recorders, stations, networks and arrays of a seismic monitoring network.
- Parameters
- Variables
Methods¶
|
Initialize the instance. |
|
Add a new array to the inventory. |
|
Add a new network to the database inventory. |
|
Add a recorder to the inventory. |
|
Add a sensor to the inventory. |
|
Add a station to the inventory. |
|
Convert the inventory to a dictionary. |
|
Clear all elements in the inventory. |
Compute the UTM coordinates of all stations in the inventory. |
|
|
Not yet implemented. |
|
Create an inventory from a dictionary. |
|
Get an array from the inventory. |
|
Get a chennel from the inventory. |
|
Get the channels to which a stream is assigned to. |
|
Get a component of a sensor from the inventory. |
|
Get a network from the inventory. |
|
Get a recorder from the inventory. |
|
Get a sensor from the inventory. |
|
Get a station from the inventory. |
|
Get a stream of a recorder from the inventory. |
Compute a the epsg code of the best fitting UTM coordinate system. |
|
Check if any element in the inventory has been changed. |
|
|
Read the inventory from a XML file. |
|
Merge two inventories. |
Refresh the inventory recorders. |
|
|
Remove a network from the inventory. |
|
Remove a network instance from the inventory. |
|
Remove a recorder from the inventory. |
|
Remove a sensor from the inventory. |
|
Remove a station from the inventory. |
Refresh the inventory networks. |