Versions Compared

Key

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

...

Enables data extraction when its value it is set to On. The default value is Off.

...

Specifies the number of parameters to be extracted. The default value is 1.  Data extraction can be used with any BUFR key. For each key an extraction condition can also be set. The example below illustrates how it works:

PARAMETER_N

Specifies the BUFR key to be extracted. The default value is ANY that must be changed to make the data extraction work.

PARAMETER_RANK_N

Specifies the rank of the BUFR key used for the given parameter. The default value is ANY, meaning which means that the rank is ignored in the condition,

...

Specifies the value used in the given parameter condition. The default value is ANY, meaning which means no value condition is set on the parameter.

COORDINATE_CONDITION_COUNT

Specifies the number of parameters to be extractedcoordinate conditions set for the data extraction. The default value is 1.  Data extraction can be used with any BUFR key. For each key an extraction condition can also be set. The example below illustrates how it works: 0 (no coordinate conditions).

COORDINATE_N

Specifies the BUFR key to be extracted.

COORDINATE_RANK_N

Specifies the rank of the BUFR key used for the given parameter. The default value is ANY, meaning that the rank is ignored in the condition,coordinate condition.

COORDINATE_OPERATOR_N

Specifies the operator used in the given parameter coordinate condition.

COORDINATE_VALUE_N

Specifies the value used in the given parameter coordinate condition. The default value is ANY, meaning   which means no value condition is set on the parameter.

...

Specifies how many resulting table rows (aligned parameter values) can be extracted from a given message/subset. When it is set to First only the first parameter values matching all the conditions are collected. The other possible value is All, which means that all the values matching the conditions are extracted. The default value is First.

...

Specifies if the coordinate values (if a coordinate condition is conditions are defined) should be presented in the resulting table data. The possible values are On and Off. The default value is On.

...

Specifies if the date and time values (if aavilableavailable) should be presented in the resulting table data. The possible values are On and Off. The default value is On.

...

Specifies if missing data should be included in the data extraction results. The possible values are Ignore and Include. The default value is Ignore.

...