Hystem-Extran file formats: Difference between revisions

From BlueM
Jump to navigation Jump to search
(Translation to english)
Line 1: Line 1:
{{Wave_nav}}
{{Wave_nav}}


Format für Regendaten in [http://www.itwh.de/S_extinfo.htm Hystem-Extran].  
[http://www.itwh.de/S_extinfo.htm Hystem-Extran] uses the following file formats supported by BlueM.Wave:


Die gleichen Daten können auch mit der Dateiendung '''[[DAT-Format | DAT]]''' vorliegen.
* Regendatei
*


Eine Beschreibung des Formats findet sich in der {{file|pdf|regFormat.pdf|Hystem-Extran-Formatbeschreibung}}.
==Regendatei==
Regendatei (''rain file'') usually has the file extension <code>*.reg</code>, but can also be found with <code>*.dat</code>.


Beispiel:
See detailed {{file|pdf|regFormat.pdf|Regendatei format description}}.
 
Example file:
<pre>
<pre>
TUD  0 0  0 1 0 0                                      0        0          0
TUD  0 0  0 1 0 0                                      0        0          0
Line 24: Line 28:
</pre>
</pre>


Der Datensatz muss mit einer Zeile abschließen, bei der in Spalte 20 ein "E" steht.
The file must end with a line with the character "E" in column 20:
<pre>
<pre>
TUD  0 09999 0 0 0E
TUD  0 09999 0 0 0E
</pre>
</pre>


Erkennung des Dateiformats in Wave:<br>
Notes:
6. bis 14. Zeichen der ersten Zeile besteht aus <code>&middot;0&middot;0&middot;&middot;&middot;0</code>
* BlueM.Wave detects this file format by checking for <code>&middot;0&middot;0&middot;&middot;&middot;0</code> as the 6th to 14th characters in the first line.


[[Category:BlueM.Wave]]
[[Category:BlueM.Wave]]
[[Category:Timeseries formats]]
[[Category:Timeseries formats]]

Revision as of 02:10, 21 December 2021

Wave.png Wave | Development

Hystem-Extran uses the following file formats supported by BlueM.Wave:

  • Regendatei

Regendatei

Regendatei (rain file) usually has the file extension *.reg, but can also be found with *.dat.

See detailed Regendatei format description information.png.

Example file:

TUD   0 0   0 1 0 0                                      0        0           0
TUD   0 0   0 2 0 0     5   -311 42008 0 0 014 42008 0 0 0    3N    MM / IB   
TUD   0 0   0 3 0 0 Niederschlag Musterstadt                                  
TUD   0 0   0 4 0 0 Dauer: xy min                                               
TUD   0 0   0 5 0 0 Wiederkehrzeit: x.yz a                                      
TUD  11 4200819 0 0     0    0    0    0    0    0    0    0    0   51  134  168
TUD  11 4200820 0 0   126   59   93   92   44   51   76  116   91   40    0    0
TUD  11 4200821 0 0   101   20    0    0    0    0    0    0    0    0    0    0
TUD  11 4200822 0 0     0    0    0    0    0    0   84   22    7    7    7    7
TUD  11 4200823 0 0     7    7    3    0    0    0   76   76   76   76   76   76
TUD  12 42008 0 0 0   224  224  224  252  294  294  189  189  240  273  303  420
TUD  12 42008 1 0 0   168  101   84  160  273  273   84   84   84   84   84   84
TUD  12 42008 2 0 0   673  673  521  269   42   42   42   42   42   34   21   21

The file must end with a line with the character "E" in column 20:

TUD   0 09999 0 0 0E

Notes:

  • BlueM.Wave detects this file format by checking for ·0·0···0 as the 6th to 14th characters in the first line.