...
Quality flags describe the quality and origin of data.
The Flags available in Delft-FEWS are a based on a combination of two components: the origin and the quality of the data.
- Origin of the data: Original / Completed / Corrected
- Quality of the data: Reliable / Doubtful / Unreliable
...
Enumeration | Description |
0 | Original/Reliable The data value is the original value retrieved from an external source and it successfully passes all validation criteria set. |
1 | Corrected/Reliable The original value was removed and corrected. Correction may be through interpolation or manual editing. |
2 | Completed/Reliable Original value was missing. Value has been filled in through interpolation, transformation (e.g. stage discharge) or a model. |
3 | Original/Doubtful Observed value retrieved from external data source. Value is valid, but marked as suspect due to soft validation limits being exceeded. |
4 | Corrected/Doubtful The original value was removed and corrected. However, the corrected value is doubtful due to validation limits. |
5 | Completed/Doubtful Original value was missing. Value has been filled in as above, but resulting value is doubtful due to limits in transformation/interpolation or input value used for transformation being doubtful. |
6 | Original/Unreliable Observed value retrieved from external data source. Value is invalid due to validation limits set. Value is marked as unreliable and will not be used in transformations and model calculations. |
7 | Corrected/Unreliable The original value was removed and corrected. However, corrected value is unreliable |
8 | Completed/Unreliable Original value was missing. Value has been filled in as above, but resulting value is unreliable, |
9 | Missing Missing value in originally observed series. Note: this is a special form of both Original/Unreliable and Original/Reliable. |
10 | Deleted Only used for non-equidistant series when timestep is deleted |
11, 12, 13 | Not used |
14 | Accumulation Reset Used for rainfall data processing when the processing of accumulating rainfall timeseries (e.g. when storage is reset (canister reset), see see https://publicwiki.deltares.nl/spaces/FEWSDOC/pages/120819119/Precipitation |
FlagSource
Next to the flag it is also possible to get or set information why the flag is as it is through the so-called flagSource.
Delft-FEWS stores not only the quality flags, but also the source of the flag, the so-called flagSource (Since version flagSource (since 2012.01).
The user is able to see why a certain value is validated as unreliable, eg. due to exceeding of the hard max validation rule.
| flagSource | Description |
|---|
CA | Conditional aggregation |
FC | secondary validation, flag comparison |
HN | hard min |
| HX | hard max |
| IMP | flag is imported |
| MAN | manual edit |
| MK | secondary validation, Mann-Kendall test |
| OSC | oscillation |
| ROF | rate of fall |
| ROR | rate of rise |
| SC | secondary validation, series comparison |
| SFP | start flag persistency |
| SN | soft min |
| SR | same reading |
| SVP | secondary validation, Flag persistency (FlagPersistencyCheck) |
| SX | soft max |
| TS | temporary shift |
...