Archived
1
0
This repository has been archived on 2025-03-31. You can view files and clone it, but cannot push or open issues or pull requests.
pywws-page/_graph_templates/includes/raw_wind_gust_line.xml

18 lines
444 B
XML

<?xml version="1.0" encoding="utf-8"?>
<plot>
<title>Windgeschwindigkeit (㎞/h)</title>
<yrange>0, 30</yrange>
<grid>ytics</grid>
<source>raw</source>
<subplot>
<colour>4</colour>
<ycalc>wind_kmph(data['wind_gust'])</ycalc>
<title>Boe</title>
</subplot>
<subplot>
<colour>3</colour>
<ycalc>wind_kmph(data['wind_ave'])</ycalc>
<title>durchschn.</title>
</subplot>
</plot>