Add cloud base graph to 24hrs.
This commit is contained in:
parent
d6614db3be
commit
d96232ced8
@ -10,4 +10,5 @@
|
||||
<xi:include href="includes/raw_wind_gust_line.xml" parse="xml" />
|
||||
<xi:include href="includes/hourly_rain_sum_dual.xml" parse="xml" />
|
||||
<xi:include href="includes/hourly_baro_line.xml" parse="xml" />
|
||||
<xi:include href="includes/raw_cloud_base_line.xml" parse="xml" />
|
||||
</graph>
|
||||
|
13
_graph_templates/includes/raw_cloud_base_line.xml
Normal file
13
_graph_templates/includes/raw_cloud_base_line.xml
Normal file
@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<plot>
|
||||
<title>Konvektionskondensationsniveau (m)</title>
|
||||
<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>
|
||||
</subplot>
|
||||
</plot>
|
||||
|
Reference in New Issue
Block a user