Skip to main content.

About

Weather Station

Technical: I am operating an Oregon Scientific WMR-200 and using Weather Display software to collect the data in real time, which is then broadcast to this website. The Home page updates every minute (current data every 15s), and the webcam every minute; other live data is updated every 5 minutes, and the graphs every 10; the historical pages get new data at 00:10. It is, however, important to note that these updates will not always be carried out - software glitches, internet connection losses and internet crashes can and do happen! Thankfully the WMR-200 has an onboard data logger, so most, if not all data can be recovered in case of a computer crash.

Accuracy: The data comes from a personal automatic weather station (PWS/AWS) so there can be no guarantees of accuracy or reliability, and the data is not immediately quality controlled, but the setup shown below is designed to provide the most accurate readings possible. For temperature and humidity readings this means shielding the sensors from insolation and providing them with good airflow; for rain data the sensor needs to be in as open a place as possible to avoid rain shadow, but not too open since a high wind can cause problems; and for wind readings the sensors should be 10m above ground and clear from obstructions (to provide a 'clean' flow of air). In an urban environment these conditions are difficult to meet, and this must be considered when using data from such sites, especially when comparing them to non-urban sites. A more in-depth guide to siting weather stations can be found here.

It should also be noted that at no point do I quote figures for the errors associated with my readings, though of course they technically do exist. This is partly due to conventions in displaying weather data, but also because it can be very difficult to ascertain such values, especially for urban sites: For a given sensor the errors can vary widely from day to day and are sensitive to quite specific factors. All I can say is that I have tried to minimise errors where possible, but some large errors may well exist, and where possible I have attempted to highlight these in my personal data sets (available here).

A note on forecasting: The accuracy of the local forecast on the home page is considered to be low, since it is based entirely on pressure trends - falling pressure means cloud, and if it continues to fall, then rain; rising pressure signals sunny intervals then clear conditions. This is obviously very simplistic. The forecasting done by national meteorological offices requires the amassing of a huge amount of data from observation sites on land (like this one), on the sea, in the air and even from satellites in space. The data is then fed through supercomputers running numerical models that supposedly represent science's current best view of extremely complex atmospheric processes. The model outputs then need processing and interpreting before a forecast is produced. The whole operation costs many millions of pounds to set up and run. Barometric prediction, on the other hand, is very cheap but has severe limitations: it cannot offer regional guidance, it is only relevant for the next 24 hours or so, and it breaks down completely in more complex atmospheric set-ups.

Extra Info: Every 30 minutes the software downloads the latest weather report, a METAR from the nearest airport, Heathrow; this provides the cloud reports information found on the home page. It is also useful for checking the reliability of my own readings from this PWS. Incidentally, the data gathered at airports, both commercial and military, around the world is a key component to the information needed by forecasting models, which form the basis of modern weather forecasting.

Location:
NW3 weather station is situated on the south-eastern edge of London's Hampstead Heath, a 790 acre ancient park just a few miles north of central London. View more information about The Heath.
Nearby areas include Hampstead village to the North-West, Highgate to the North, Belsize Park to the South-West, and Kentish Town to the South East.

(note that Google Maps displays names out of position!)

The station co-ordinates are approx. 51.556, -0.155, which is ~55m (190ft) above mean sea level.

Setup

The station comprises several sensors: a combined thermometer/hygrometer housed in a home-built Stevenson Screen (a radiation shield);
a combined anemometer & wind vane, located atop a 6m pole attached to the chimney of the house;
a self-tipping rain gauge modified to a resolution of 0.3mm, which is attached to the roof of the Stevenson Screen;
and a barometer integrated into the receiving unit (indoors).

Thermo/Hygro and Rain Gauge Wind Sensors

All the sensors are automatic and send data wirelessly to the receiving unit every 14-60s.

Thermo/Hygro close-up Wind Sensors close-up

History

I started collecting data at this site on 28th July 2010. Prior to that I had been running the same setup in East Finchley, a town 5 km north of here, since February 2009, but I have kept temperature records since March 2008. Consequently, any records from before July 2010 are for East Finchley, though given the small distance involved, any data comparisons are largely valid. However, there is one period which is an exception to this - from 17th April to 27th July 2010 the AWS was on a temporary site in Finchley Central (~1 km from East Finchley). This site was smaller and had more obstructions. Consequently I am not confident in the accuracy of the maximum temperatures for this period - I believe them to be a little inflated (especially on sunny days). Also, The rain gauge had more of a rain-shadow and so probably under recorded to some extent. Furthermore, I collected absolutely no wind records for this period - I instead used the data from the METARs of Heathrow, which reports higher wind speeds due to its greater exposure and better equipment.

I added a webcam (Logitech C300) to the station on 1st August 2010. This provides the latest and historical webcam images, as well as all the timelapses. Another webcam was added on 19th December 2010 - this one is positioned to overlook the ground, so that snow cover and fog can be observed.

Technical history:


Website

The site was developed, and is therefore best viewed, in Firefox and on a widescreen display, but other browsers and aspect ratios have been tested and found to display most things correctly.
I built the website in early September 2010, and it launched in a testing stage on 10th September 2010. This ended on the 20th September, but some new content was still added upto April 2011, when work began on a more serious update.

Site version 2 launched on 10th September. The new site involves a change in the procedure for getting data, using PHP, which is also used extensively across the site to enable most of the new features and site-areas: obtaining all the historical data, displaying when a record is set, the unit selection module, records for the current day (in the detailed pages), and a lot more besides. The process for displaying live/latest data is now as follows: All data (as Weather Display 'tags') is locally created in a single PHP file, each one with a different PHP variable name. This file is updated and uploaded every five minutes (another one with less data is updated every 1 minute for the home page) to the web server. The PHP files on the web server,the ones that visitors view and contain all the HTML, contain code which calls on those variables in the required places and subsequently results in their being rendered into HTML (hence the 'preprocessor' part of the PHP initialism). The source file for all the data can be viewed here. A sample unprocessed web-page is available for viewing here.
JavaScript and AJAX have also been deployed to develop some of the new features, in particular the auto-updating option.
Another file is used to allow the 15s current data updates, and can viewed here.

Technical: The CSS template, and some of the original HTML from site version 1, was sourced from carterlake.org, though I have written all of the new code myself. Thanks go to TNET weather and Wildwood Weather for script ideas which helped in the development of the historical data pages.
The live data is automatically generated using Weather Display tags (see links page). These convert the data from the software (Weather Display) to readable information on this site.
The process involved in converting readings from the sensors to the data viewable on this website can be summarised thus:
Data flow chart
Each sensor wireless sends data to the base station, which renders this data and transmits it to my home PC (a dedicated low-power machine running Windows 7). Weather Display software displays this data, and at every specified upload time, converts the tags in the locally-written files to viewable information. It then uploads the newly generated HTML files (Site version 1 only, see above for new procedure) via FTP to my hosting server - Orchard Hosting - which broadcasts the web pages to the World Wide Web for anyone with an internet connection and web browser to view.