Archived
More optimisations for templates (mostly graphs).
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<plot>
|
||||
<title>Konvektionskondensationsniveau (m)</title>
|
||||
<plot>
|
||||
<!-- Konvektionskondensationsniveau -->
|
||||
<yrange>0, 2500</yrange>
|
||||
<grid>ytics</grid>
|
||||
<source>hourly</source>
|
||||
<subplot>
|
||||
<colour>3</colour>
|
||||
<ycalc>cloud_base(data['temp_out'], data['hum_out'])</ycalc>
|
||||
<title>Meter über Boden</title>
|
||||
<title>Quellwolkenuntergrenze (m über Boden)</title>
|
||||
</subplot>
|
||||
</plot>
|
||||
|
||||
|
||||
+8
-7
@@ -1,21 +1,22 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<plot>
|
||||
<title>Temperatur (℃)</title>
|
||||
<yrange>-20, 40</yrange>
|
||||
<grid>ytics</grid>
|
||||
<source>hourly</source>
|
||||
<subplot>
|
||||
<colour>1</colour>
|
||||
<title>Temperatur (℃)</title>
|
||||
<title>gemessen</title>
|
||||
<ycalc>data['temp_out']</ycalc>
|
||||
</subplot>
|
||||
<subplot>
|
||||
<colour>3</colour>
|
||||
<ycalc>dew_point(data['temp_out'], data['hum_out'])</ycalc>
|
||||
<title>Taupunkt (℃)</title>
|
||||
</subplot>
|
||||
<subplot>
|
||||
<colour>4</colour>
|
||||
<ycalc>apparent_temp(data['temp_out'], data['hum_out'], data['wind_ave'])</ycalc>
|
||||
<title>Gefühlte Temp. (℃)</title>
|
||||
<title>gefühlt</title>
|
||||
</subplot>
|
||||
<subplot>
|
||||
<colour>3</colour>
|
||||
<ycalc>dew_point(data['temp_out'], data['hum_out'])</ycalc>
|
||||
<title>Taupunkt</title>
|
||||
</subplot>
|
||||
</plot>
|
||||
@@ -1,13 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<plot>
|
||||
<title>Konvektionskondensationsniveau (m)</title>
|
||||
<!-- Konvektionskondensationsniveau -->
|
||||
<yrange>0, 2500</yrange>
|
||||
<grid>ytics</grid>
|
||||
<source>raw</source>
|
||||
<subplot>
|
||||
<colour>3</colour>
|
||||
<ycalc>cloud_base(data['temp_out'], data['hum_out'])</ycalc>
|
||||
<title>Meter über Boden</title>
|
||||
<title>Quellwolkenuntergrenze (m über Boden)</title>
|
||||
</subplot>
|
||||
</plot>
|
||||
|
||||
|
||||
+8
-7
@@ -1,21 +1,22 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<plot>
|
||||
<title>Temperatur (℃)</title>
|
||||
<yrange>-20, 40</yrange>
|
||||
<grid>ytics</grid>
|
||||
<source>raw</source>
|
||||
<subplot>
|
||||
<colour>1</colour>
|
||||
<title>Temperatur (℃)</title>
|
||||
<title>gemessen</title>
|
||||
<ycalc>data['temp_out']</ycalc>
|
||||
</subplot>
|
||||
<subplot>
|
||||
<colour>3</colour>
|
||||
<ycalc>dew_point(data['temp_out'], data['hum_out'])</ycalc>
|
||||
<title>Taupunkt (℃)</title>
|
||||
</subplot>
|
||||
<subplot>
|
||||
<colour>4</colour>
|
||||
<ycalc>apparent_temp(data['temp_out'], data['hum_out'], data['wind_ave'])</ycalc>
|
||||
<title>Gefühlte Temp. (℃)</title>
|
||||
<title>gefühlt</title>
|
||||
</subplot>
|
||||
<subplot>
|
||||
<colour>3</colour>
|
||||
<ycalc>dew_point(data['temp_out'], data['hum_out'])</ycalc>
|
||||
<title>Taupunkt</title>
|
||||
</subplot>
|
||||
</plot>
|
||||
Reference in New Issue
Block a user