New WindHeatmap block

Post Reply
davidefa
Expert
Expert
Posts: 905
Joined: Tue Jan 12, 2021 8:03 am
Location: Italy
Station model: WH2650
Software: WH2650 (direct upload)
Contact:

New WindHeatmap block

Post by davidefa » Thu Jan 22, 2026 1:59 pm

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 397 times
Attachments
windHeatmap_0.4.zip
(5.66 KiB) Downloaded 17 times
windHeatmap_0.3.zip
(5.54 KiB) Downloaded 19 times
Last edited by davidefa on Wed Jan 28, 2026 10:45 am, edited 1 time in total.
Image

Meteo Heijningen
Observer
Observer
Posts: 27
Joined: Tue Feb 08, 2022 10:23 am
Station model: Ecowitt Wittboy GM2001
Software: Meteobridge

Re: New WindHeatmap block

Post by Meteo Heijningen » Wed Jan 28, 2026 9:46 am

Hi David,

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

Regards
Eddy

davidefa
Expert
Expert
Posts: 905
Joined: Tue Jan 12, 2021 8:03 am
Location: Italy
Station model: WH2650
Software: WH2650 (direct upload)
Contact:

Re: New WindHeatmap block

Post by davidefa » Wed Jan 28, 2026 10:51 am

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 )
Image

Meteo Heijningen
Observer
Observer
Posts: 27
Joined: Tue Feb 08, 2022 10:23 am
Station model: Ecowitt Wittboy GM2001
Software: Meteobridge

Re: New WindHeatmap block

Post by Meteo Heijningen » Thu Jan 29, 2026 9:13 am

Hi David,

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

Thnx
Eddy

Post Reply