Overview

Imports time series data from files in text format without any header lines.
It indicates whether pumps are turned on (1) or off (0).
To use this import in FEWS configuration: <importType>LmwLixhe</importType>

Example

Here is an example:

CHL_GR1   20130611135139         0     EVENT
CHL_GR2   20130611135139         0     EVENT
CHL_GR3   20130611135139         1     EVENT
CHL_GR4   20130611135139         1     EVENT

Details of the import format

Columns:

1th: location id
2nd: date and time
3rd: value
4th: ignored

Java source code

LmwLixheTimeSeriesParser.java

  • No labels