Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

Overview

TimeSeries reader for NTURAIN Datalogger files.
<p>
These contain observed telemetry data for Rain
<p>send by NTU (National Technical University, of Singapore). The identifier for this reader is "NTURAIN".

Configuration

The locationID is encoded in the filename e.g: MC02_Rain.dat contains data for
locationId MC02for  locationId MC02. an example file plus configuration (IDmap and import module configuration) is attached to this page. The external parameter is always "Rain".

  Columns <pre>
Colums are:
Date/time number pRain(mm)

Example:

No Format

"2007-04-30 00:00:00",5594,0

...



 "2007-04-30 00:05:00",5595,0

...



 "2007-04-30 00:10:00",5596,0

...



 "2007-04-30 00:15:00",5597,0

...



 "2007-04-30 00:20:00",5598,0



The second column (data number) is not used in the import

Java source code

NtuRainTimeSeriesParser.java
</pre>
The second column (data number) is not used in the import
<p>