Overview

Imports time series data from files in Hymos ASCII format with five header lines containing a description of the time series:

  • The first line contains keyword "FIXE"
  • The second line contains the keyword "PAR"
  • the 3rd line is the number of time series in the file (= number of value columns)
  • fourth line (if 3rd line is "1") and further lines (if 3rd line is "2" or more) start with locationId and then a parameterID.
  • All other lines contain the time (in yyyy mm dd HH MM format) as the first field and the values for each time step in the next fields separated by a tab.


Import type

The import type is HymosAscii. There is no particular file extension required.

Example

Here is a simple example:

FIXE
PAR
1
NOOR HH4 418 8
2008 1 1 0 2 6048 1 1 114.906
2008 01 01 00 15 0.478
2008 01 01 00 30 0.478
2008 01 01 00 45 0.478
2008 01 01 01 00 0.478
2008 01 01 01 15 0.478
2008 01 01 01 30 0.478
2008 01 01 01 45 0.478

Details of the import format

The field separator is a tab.

  • No labels