Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

A time series set may be defined to retrieve all members of an ensemble at once (for example in evaluation of ensemble statistics). This is done by defining the optional ensembleId. The ensembleId should also be defined when writing new ensemble members. (e.g. on importing ensembles in the import module).

Example:

Code Block
languagexml
titleExample
<timeSeriesSet>
	<description>Example time series set</description>
	<moduleInstanceId>ImportTelemetry</moduleInstanceId>
	<valueType>scalar</valueType>
	<parameterId>H.obs</parameterId>
	<locationId>4539.TF</locationId>
	<timeSeriesType>external historical</timeSeriesType>
	<timeStep unit="minute" multiplier="15"/>
	<relativeViewPeriod unit="hour" start="-48" end="24" endOverrulable="true"/>
	<readWriteMode>read only</readWriteMode>
	<synchLevel>1</synchLevel>
	<expiryTime unit="day" multiplier="100"/>
</timeSeriesSet>

...

Anchor
KeyAttributes
KeyAttributes

Key attributes

Key attributes are those attributes of a timeSeriesSet element, that distinguishes one timeSeriesSet from another. Key attributes are:

...