Station

Station-level observing identity used to group one or more fiber arrays under a network.

Station coordinates are interpreted using Inventory.coordinate_reference_system. Dynamic coordinate fields matching CoordinateReferenceSystem.coordinate_labels are also accepted; for example latitude, longitude, and elevation still work when the CRS labels are appropriate.

Attributes

Name Type Description
code str Station code used in FDSN-like data source identifiers.
name str Human-readable station name.
start_time datetime64 Start time for which this station metadata is valid.
end_time datetime64 End time for which this station metadata is valid.
coordinates tuple[float, …] | None Representative station coordinates ordered according to Inventory.coordinate_reference_system.coordinate_labels.
<coordinate_label> float Dynamic coordinate field named by CoordinateReferenceSystem.coordinate_labels, such as latitude, longitude, elevation, x, y, or z.
fiber_arrays tuple[FiberArray, …] Fiber arrays associated with this station.
channels tuple[Channel, …] Station channels associated with this station.
notes str Additional notes.

Contains

Contained By

References

None.

Referenced By

None.