TXT-Format: Difference between revisions

From BlueM
Jump to navigation Jump to search
(Neu angelegt)
 
(made this a disambiguation page, moved content to relevant pages)
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Format für Zuflussdaten in [[SWMM]].
{{Wave_nav}}


Eine Beschreibung des Formats findet sich in der {{file|pdf|SWMM_txtFormat.pdf|SWMM-Formatbeschreibung}}.
Files with the file extension <code>*.TXT</code> can be [[SWMM file formats|SWMM5 routing interface files]], or generic text files.  


Beispiel:
If BlueM.Wave determines that the file is ''not'' a SWMM routing interface file, it attempts treating it as a [[CSV-Format|CSV]] file.
<pre>
SWMM5 Interface File
RTC-Demonstrator , Regenbelastung Wupperverband ,  
60 - reporting time step in sec
1    - number of constituents as listed below:
FLOW LPS
5    - number of nodes as listed below:
S101
S201
S401
S203
S602
Node          Year Mon Day Hr  Min Sec        FLOW
S101          2001 6  10  0  0  0          0.000
S201          2001 6  10  0  0  0          0.000
S401          2001 6  10  0  0  0          0.000
S203          2001 6  10  0  0  0          0.000
S602          2001 6  10  0  0  0          0.000
S101          2001 6  10  0  1  0          1.960
S201          2001 6  10  0  1  0          0.420
S401          2001 6  10  0  1  0          1.400
S203          2001 6  10  0  1  0          0.560
S602          2001 6  10  0  1  0          4.900
</pre>


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

Latest revision as of 02:48, 21 December 2021

Wave.png Wave | Development

Files with the file extension *.TXT can be SWMM5 routing interface files, or generic text files.

If BlueM.Wave determines that the file is not a SWMM routing interface file, it attempts treating it as a CSV file.