You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Overview

The GrdcTimeSeriesSerializer class can export any number of timeSeriesSet's but the following restrictions apply due to the nature of the GRDC Near Real-Time Data Format Version 3.0:

  • for each locationId it expects exactly one timeSeriesSet wit parameterId='Water Level' and exactly one timeSeriesSet with parameterId='Discharge'. When not configured properly, an exception will be thrown.
  • the GRDC format enforces a specific file naming convention. This should be configured properly. When this convention is violated, a warning is given, but no exception is thrown.

The following flags are set statically, because they are not stored in FEWS:

  • is value directly determined' is always false
  • aggregation interval and offset are always 0
  • is ice cover' is always false
  • is ice jam' is always false
  • is weedage' is always false
  • is influenced by backwater' is always false

Configuration (Example)

A complete import module configuration consists of an ID Mapping file and a Import Module Instance file.

ModuleConfigFiles/

  • No labels