Status: The weather station is working 🙂
Follow the Bartestree weather feed on Twitter with hourly updates.
Last 6 hours observations
[php]
readfile(“http://www.collier.me.uk/weather/6hrs.txt”);
[/php]
Notes
- The construction of the weather station used can be found here.
- The minimum rain measurement (one bucket tip) is 0.3 mm.
Click here for Hereford forecast.
Last 24 hours
[php]
readfile(“http://www.collier.me.uk/weather/24hrs.txt”);
[/php]
Last 7 days
[php]
readfile(“http://www.collier.me.uk/weather/7days.txt”);
[/php]
Last 28 days
All months
[php]
readfile(“http://www.collier.me.uk/weather/allmonths.txt”);
[/php]