Versions Compared

Key

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

...

Time series with direction data values.

Configuration Example

...

noformat
Code Block
xml
xml
 
<Config> todo </Config>
 
<transformation id="interpolation serial direction linear">
	<interpolationSerial>
		<directionLinear>
			<inputVariable>
				<variableId>input</variableId>
			</inputVariable>
			<directionRange>
				<lowerLimit>0</lowerLimit>
				<upperLimit>360</upperLimit>
			</directionRange>
			<maxGapLength>5</maxGapLength>
			<outputVariable>
				<variableId>output</variableId>
			</outputVariable>
		</directionLinear>
	</interpolationSerial>
</transformation>