Data for Graphs WD34 ** Solved **

Hi

I have, today, changed over to saving my own data (rather than using WeatherUnderground) on my website. A cron job is working well.

I have the data to go back to the beginning of August as well as for the whole of 2019 (indeed back to 2011).

I would like to provide access to data for both all of August and also all of 2019. What is the format of the file/s that is/are required? Can I simply add the data what is already there or what will be there tomorrow morning from the running of w34_cron_addtoyear.php and the 10 minute data saved by w34_cron_stationcron.php?

Thanks

Keith
Carina Weather, Brisbane, Australia

This info may be available already but I was unable to find it.

The format for both year and month file is the same.

date,MAX_outsideTemp,MIN_outsideTemp,MAX_dewpoint,MIN_dewpoint,MAX_raintoday,MAX_windgustmph,MAX_windSpeed,MAX_radiation,MAX_barometer,MIN_barometer,SUM_lightning,MAX_UV,
2019-08-08 23:45:00,22.8,14.9,15.2,11.3,2.6,8.5,6.9,918,1011.8,1005.9,0,3,
2019-08-09 23:45:03,20.7,11.2,16.5,7.7,2.8,3.1,2,207,1011.9,1003.2,0,1,
2019-08-10 23:45:00,22.8,18.2,16.4,11.8,2.8,13,11.4,965,1009.3,1003.0,0,3,

Can I simply add the data what is already there or what will be there tomorrow morning from the running of w34_cron_addtoyear.php and the 10 minute data saved by w34_cron_stationcron.php?
You can modify the year/month files and your modifications will not be changed by the cron-jobs. They always add an extra line when they are run.

I think it is easier to wait until tomorrow or manually run the w34_cron_addtoyear.php once.
That way you have the header line and one data line already there.

Thanks Keith Carina Weather, Brisbane, Australia This info may be available already but I was unable to find it.
Thank you for this reminder, I have to add that to the documentation. Will do that after it is clear if WU deletes the .CSV access or not.

Wim

Hi Wim

Thanks for you full and speedy reply.

best wishes

Keith