class TimeSeriesStatus

Represents the TimeSeriesStatus attribute of a time series measurement and represents the quality of the time series measurement between two successive time series values. The TimeSeriesMeasurement.status attribute returns an instance of the TimeSeriesStatus class.

The TimeSeriesStatus class is available from the Echoview Python package.

Values in a TimeSeriesMeasurement are estimated using the time series operand’s selected or inherent estimation method (linear, circular, or stepped). Times are aligned to the ping times of Operand 1, and may not coincide with any single stored sample in the source time series (both datetime and value can differ from native samples). For circular estimation, the operand may use 0–360° or –180–180° wrapping as configured.

Time series status is based on the source time series status data.

Attributes

Attribute

Description

uninitialised

This status is not displayed in the Echoview workspace.

none

Undefined status. This status is not displayed in the Echoview workspace. It may represent an undefined time series position.

unverified

Unverified status

bad

Bad status

good

Good status

See also

OperandInput class
TimeSeriesMeasurement class
About the Code operator
Using the Code operator