Weather Observations In Bartestree, Herefordshire

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 24 hours of observations
Last 24 hours of wind observations

Last 7 days

[php]
readfile(“http://www.collier.me.uk/weather/7days.txt”);
[/php]


Last 7 days of observations
Last 7 days of wind observations

Last 28 days


Last 28 days of observations

All months

[php]
readfile(“http://www.collier.me.uk/weather/allmonths.txt”);
[/php]