Page 1 of 1

New WindHeatmap block

Posted: Thu Jan 22, 2026 1:59 pm
by davidefa
This is a block similar to windVector block.
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>

windHeatmap01.png
windHeatmap01.png (29.23 KiB) Viewed 9706 times

Re: New WindHeatmap block

Posted: Wed Jan 28, 2026 9:46 am
by Meteo Heijningen
Hi David,

I've installed it but seeing no data, so for me it likes not working.

Regards
Eddy

Re: New WindHeatmap block

Posted: Wed Jan 28, 2026 10:51 am
by davidefa
Thanks for reporting, I've updated the block ( in previous version I used a count8 function which I defined in my updated script/functions.php file, as a php 8.x quick fix )

Re: New WindHeatmap block

Posted: Thu Jan 29, 2026 9:13 am
by Meteo Heijningen
Hi David,

I've installed the updated block and it's working now.

Thnx
Eddy

Re: New WindHeatmap block

Posted: Sun Feb 22, 2026 8:51 am
by MeteoElMasnou
Installed and working.

Thanks, David.