Versions Compared

Key

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

...

  • locationId = 82_3
  • parameterId = WATHTE
  • qualifierId = cmd.p (which will be translated to cmd_p)
  • timezone = GMT+1
  • unit = m

Note that the status and the interpolation_type are combined to form a flag which can be mapped in the flag mapping. This is done by multiplying the status by 1000 and concatenating with the interpolation_type (example below).

20100227000709 3.0 200 103 => 200103
20100227000709 3.0 0 103 => 103
20100227000709 3.0 200 0 => 200000
20100227000709 3.0 200 => 200000

Java source code

WiskiTimeSeriesParser.java