Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Contents of check for SpatialHomogeneityCheck

...

The purpose of this check is to test for trends in the input timeseries and send log messages whenever a trend is detected. One of the strengths of the Mann-Kendall check is that it also be used when there are lots of missing values. Unfortunately there is a limit on the number of non-missings that can be processed reasonably, since the calculation of the slopes requires memory for n * (n + 1) / 2 values. It is therefore recommended to aggregate the values first.

During the check, the threshold criteria for the check are first sorted. The most severe log message is processed first and when the log message is generated the less serious log message will not be generated.

...

Configuration

...

  • id: identifier of the check.
  • checkRelativePeriod: The period to run the trend test for.
  • variableDefinition: embedded variable definition (see above).

...

Tag

Replacement

%CHECK_ID%

The id of the check that caused the flags to be altered.

%HEADER%

The header names of the timeseries for which the flags were altered.

%LOCATION_ID%

The locationId where the alterations took place.

%LOCATION_NAME%

The name of the locations where the alterations took place.

%PARAMETER_ID%

The parameterId where the alterations took place.

%PARAMETER_NAME%

The name of the parameter where the alterations took place.

Configuration examples for MannKendallCheck

A configuration example for the MannKendallCheck is given below:

...