Station

Point-like observing identity under a network, hosting channels for non-fiber or colocated observations.

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 | None End time for which this station metadata is valid; None while ongoing.
identifiers tuple[str, …] Scheme-prefixed identifier URIs naming this object, e.g. doi:10.7914/SN/XX.
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, depth, x, y, or z.
channels tuple[Channel, …] Station channels associated with this station.
description str Free-text description.

Contains

Contained By

References

None.

Referenced By

None.