Overview

The CS3xTidalSurge import function (<importType>CS3xTidalSurge</importType>) imports the following format:

The format starts with a parameter, internal location (not used by FEWS) and lat long values.
Following the param and location description, one or more lines containing the values will follows.
Every line contains 14 columns. The first 12 columns contain values measured in increasing intervals of 1 hour.
Column 13 + 14 contains the time in DDMMYYY HH format.
This pattern can be repeated for different parameters and locations.

Example

 

Parameter Z: CS3 Location ( 80, 87) Lat 53.389 Lon  1.250
  0.00  0.00  0.00  0.00  0.00  0.00  0.00  0.00  0.00  0.00  0.00  0.00 01012003 00
  0.00  0.00  0.00  0.00  0.00  0.00  0.00  0.00  0.00  0.00  0.00  0.00 01012003 12
  0.00  0.00  0.00  0.00  0.00  0.00  0.00  0.00  0.00  0.00  0.00  0.00 02012003 00
  0.00  0.00  0.00  0.00  0.00  0.00  0.00  0.00  0.00  0.00  0.00  0.00 02012003 12
Parameter U: CS3 Location ( 80, 87) Lat 53.389 Lon  1.250
  0.00  0.00  0.00  0.00  0.00  0.00  0.00  0.00  0.00  0.00  0.00  0.00 01012003 00
  0.00  0.00  0.00  0.00  0.00  0.00  0.00  0.00  0.00  0.00  0.00  0.00 01012003 12
  0.00  0.00  0.00  0.00  0.00  0.00  0.00  0.00  0.00  0.00  0.00  0.00 02012003 00
  0.00  0.00  0.00  0.00  0.00  0.00  0.00  0.00  0.00  0.00  0.00  0.00 02012003 12
Parameter V: CS3 Location ( 80, 87) Lat 53.389 Lon   1.250
  0.00  0.00  0.00  0.00  0.00  0.00  0.00  0.00  0.00  0.00  0.00  0.00 01012003 00
  0.00  0.00  0.00  0.00  0.00  0.00  0.00  0.00  0.00  0.00  0.00  0.00 01012003 12
  0.00  0.00  0.00  0.00  0.00  0.00  0.00  0.00  0.00  0.00  0.00  0.00 02012003 00
  0.00  0.00  0.00  0.00  0.00  0.00  0.00  0.00  0.00  0.00  0.00  0.00 02012003 12



Java source code

CS3xTidalSurgeTimeSeriesParser.java



  • No labels