UVF-Format: Difference between revisions

From BlueM
Jump to navigation Jump to search
(UVF-Formatbeschreibung)
 
(translated to english and added error value)
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Wave_nav}}
{{Wave_nav}}
UVF steht für "Universelles Variables Format".


Eine Formatbeschreibung findet sich hier: http://aquaplan.de/public_papers/imex/sectionUVF.html
UVF stands for "Universelles Variables Format" and is a widely-used time series format in Germany.  


Beispiel:
A format description is available here: http://aquaplan.de/public_papers/imex/sectionUVF.html ([https://web.archive.org/web/20080220032227/http://www.aquaplan.de/public_papers/imex/sectionUVF.html archived version])
 
Example:
<pre>
<pre>
*Z
*Z
Line 18: Line 19:
</pre>
</pre>


Mittlerweile findet ein leicht abgewandeltes Format Verbreitung, das mehr Headereinträge enthält und anstelle der <code>DefArt</code> das Anfangs- und Endjahrhundert der Zeitreihe angibt und  enthält.
A slightly modified format is also in use, which allows for more header lines and instead of the <code>DefArt</code> entry contains entries for the starting and ending centuries of the time series.


Beispiel:
Example:
<pre>
<pre>
$sb Index-Einheit:  
$sb Index-Einheit:  
Line 45: Line 46:
</pre>
</pre>


Wave trifft folgende Annahmen beim Einlesen von UVF-Dateien:
Wave makes the following assumptions when importing UVF files:
* Nur eine Zeitreihe pro Datei
* Lines starting with <code>$</code> are ignored
* Wenn kein Anfangsjahrhundert angegeben ist, wird 1900 angenommen
* If no starting century is specified, 1900 is assumed
* Zeilen, die mit <code>$</code> anfangen, werden ignoriert
* Values of <code>-777</code> are assumed to be error values and converted to NaN during import


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

Latest revision as of 06:21, 28 January 2019

Wave.png Wave | Development

UVF stands for "Universelles Variables Format" and is a widely-used time series format in Germany.

A format description is available here: http://aquaplan.de/public_papers/imex/sectionUVF.html (archived version)

Example:

*Z
Abfluss        m3/s            K
Hausen         2516360.005678290.00
86110100158611010130
8611010015 0.184    
8611010030 0.189    
8611010045 0.191    
8611010100 0.1940000
8611010115 0.2010000
8611010130 0.2010000

A slightly modified format is also in use, which allows for more header lines and instead of the DefArt entry contains entries for the starting and ending centuries of the time series.

Example:

$sb Index-Einheit: 
$ib Funktion-Interpretation: Summenlinie
$sb Import-Dateiname: P:\P1300_WBM_Dhuenn\1_Bearbeitung\4_ZR\Nieder\3_Modell\neumuehle_74-09.uvf
$sb Mess-Groesse: Niederschlag: Auffüllen von Lücken nach Priorität (5)
$sb Mess-Einheit: mm
$sb Mess-Stellennummer: SNEM
$fb Geo-Rechtswert:         2589930
$fb Geo-Hochwert:         5662480
$fb Geo-Hoehe:          179.75
*Z
Niederschlag: Amm             1900 2000
SNEM              2589930   5662480    179.75
73110107301002100636Zeit    
7311010730         0
7311050224         0
7311050240 .30333331
7311050255        .5
7311050414        .5
7311050415 .51499999
7311050419 .78500003
7311050420 .80000001

Wave makes the following assumptions when importing UVF files:

  • Lines starting with $ are ignored
  • If no starting century is specified, 1900 is assumed
  • Values of -777 are assumed to be error values and converted to NaN during import