Page 1 of 1

Wind data for last hour

Posted: Mon Nov 09, 2009 10:56 am
by matseke
Hello,

It would be nice to have wind speed and direction values with 1 minute interval for the last hour available in all-sensors.xml.
I would plot theese as dots in a polar diagram.

This is a link to the javascript based web page I am coding: http://www.ekelund.pp.se/weather/myhtml5.html

Cheers,
Mats

Re:Wind data for last hour

Posted: Mon Nov 09, 2009 11:01 am
by matseke
Oops, this should have been posted in wishes...

Re:Wind data for last hour

Posted: Mon Nov 09, 2009 8:10 pm
by admin
It is already part of "all-sensors.txt":
seqmin1_wind0_....

I did keep that out of XML as this would blow up the file significantly. This type of data is also part of clientraw files that Meteohub produces for WD-Live. Have a look here: http://www.tnetweather.com/nb-0100.php

Re:Wind data for last hour

Posted: Mon Nov 09, 2009 11:21 pm
by matseke
Thanks!

I can parse those files and grab the data I want.

Cheers,
Mats

Re:Wind data for last hour

Posted: Thu Nov 12, 2009 9:38 am
by matseke
Reading the text file was a piece of cake. Here is the result:
http://www.ekelund.pp.se/weather/current.html

Cheers,
Mats

Re:Wind data for last hour

Posted: Thu Nov 12, 2009 1:18 pm
by admin
That looks great!