Wind is shown as a heatmap ( showing speed and direction change over time )
The 'sampling interval' is used to group the data series
ver 0.4
- added conditional definition of function count8 ( in case not already defined )
ver 0.3
- preliminary version
NOTE
You need also to modify the indexDesktop.php script adding the following line ( near line 212, after similar script tags ) and indexFull.php ( near line 77, after similar script tags ):
Code: Select all
<script src="https://code.highcharts.com/modules/heatmap.js"></script>
<script src="https://code.highcharts.com/modules/coloraxis.js"></script>

