Versions Compared

Key

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

Table of Contents

A.1 GeoDatum

DELFT-FEWS may use a number of national coordinate system as geo-datum. These are referenced by all configurations requiring a definition of geodatum.

...

You can now specify any timezone in relation to GMT e.g.

Code Block

<timeZone>
      <timeZoneName>GMT+9</timeZoneName>
</timeZone>

...

Table 1                   Enumeration of quality flags

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

MissingOriginal/Unreliable
Observed value retrieved from external data source. Value is invalid due to validation limits set. Value is removed 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 value in originally observed series. Note this is a special form of  both Original/Unreliable and Original/Reliable.

...