Versions Compared

Key

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

...

The ZRXP files can be supplied in a ZIP file.

More recent versions of ZRXP files may contain a separate location and parameter instead of #REXCHANGE. The location is defined by the keyword SANR and the parameter by CNAME.
The CUNIT keyword defines the unit and the RINVAL the missing value.

Configuration

ZRXP does not identify both a location and a parameter ID. It only has a time series ID. To import these series into FEWS you have to set both the external location ID and parameter ID to this time series ID.

...

No Format
#REXCHANGE013S050|*|RINVAL-777|*|
20081111000000 7.538
20081111002000 7.541
20081111004000 7.544
20081111010000 7.547
20081111012000 7.549
20081111014000 7.550
20081111020000 7.553
20081111022000 7.554
20081111024000 7.555
#REXCHANGE013S065

where

  • locationId = 13S050
  • parameterId = 13S050
  • unit = not defined
  • missing value = -777

or

No Format

#SANR7424|*|#SNAMEPiding|*|
#REXCHANGE7424_N_15|*|#CNAMEN|*|#CUNITmm|*|RINVAL-777|*|
2008111100000020091211001500 7.1950
2008111100200020091211003000 7.1880
2008111100400020091211004500 7.1840
2008111101000020091211010000 7.1890
20081111012000 7.200
20081111014000 7.213
20081111020000 7.220
20081111022000 7.218
20081111024000 7.211
20091211011500 0 

where

  • locationId = 7424
  • parameterId = N
  • unit = mm
  • missing value = -777

Java source code

WiskiTimeSeriesParser.java