Detta format kännetecknas av radvis information där identifieringsuppgifter följs av 24 komma-separerade lastuppgifter. Beskrivning följer på engelska.
The DG10S format is used for export or import of hourly time series data using text files.
A DG10S format file can be given any name (allowed by the operating system). The file consist of an arbitrary number of rows. Each row has a given format and consists of a number of elements. The first 9 elements are fixed and should always be present. The ninth element defines the number of data element that will follow. The data elements are written using commas (,) as separators and points (.) as decimal character.
Element number |
Start pos. |
Content |
Format |
Comments |
1 |
1 |
Export System ID |
Alphanum 10 characters |
Identification of the exporting system |
2 |
12 |
Date |
8 characters; dd/mm/yy |
|
3 |
21 |
Export DBVNR |
Integer, 6 digits |
Export system series identification |
4 |
28 |
Text info 1 |
Alphanum 7 characters |
Export information, not used for importation |
5 |
36 |
Text info 2 |
Alphanum 7 characters |
Export information, not used for importation |
6 |
44 |
Text info 3 |
Alphanum 7 characters |
Export information, not used for importation |
7 |
52 |
Text info 4 |
Alphanum 7 characters |
Export information, not used for importation |
8 |
60 |
Import DBVNR |
Integer 6 digits |
Import system series identification |
9 |
67 |
Number of hourly values |
Integer 2 digits |
Number of hourly values, normally maximised to 24 When transition to/from daylight saving time, the number is maximum: 23/25 |
10-35 |
70 |
Hourly values |
Numeric: xxx.yyy |
Use point as decimal and comma as separator |
Note:
Normally is import series identified using element 1 and 3, however identification can be performed using element 8
Missing data is represented by absence of digits - as described in the final row in the example above.
The date (dd/mm/yy) is given in short form, i.e. 2 digits representing year. If yy < 70 the year should be interpreted as 20yy, else 19yy.