FlagConversions are defined to map internal quality flags to external quality flags. For a list of the Quality Flags known to Delft-FEWS, please see Data+quality+flags
For each flag to be converted a conversion can be identified, but a default flag may also be given to ensure the exported or imported data carries a flag.
A flag to identify missing values must also be configured.
The Id used in registering the FlagConversion is the same as the name of the configuration file.
When available on the file system, the name of the XML file for configuring a FlagConversions called for example NWPFlags may be:
NWPFlags 1.00 default.xml
NWPFlags | Fixed file name for the NWPFlags FlagConversions. |
1.00 | Version number |
default | Unit to indicate the version is the default configuration (otherwise omitted). |
| folder | FlagConversionsFiles |
Figure 157 Elements of the FlagConversions configuration
flagConversions
Root element of for defining a flagConversion. For each element an inputFlag- outputFlag tuple must be defined.
inputFlag
Definition of the input flag
name
Optional name of the flag.
This is not used anywhere else in Delft-FEWS (e.g. the GUI) and serves only to clarify the specific flag conversion.
value
Value of the flag, see Data+quality+flags for a list of Quality Flag values reserved for Delft-FEWS.
description
Optional description of the flag.
This is not used anywhere else in Delft-FEWS (e.g. the GUI) and serves only to clarify the specific flag conversion.
defaultOutputFlag
Default output flag assigned to data imported or exported.
missingValueFlag
Flag used to identify missing values in data to be imported or exported.
