Page Design
- Because some of the Shelter data is incomplete, fields with no available data (as opposed to a figure of zero) are now filtered out to avoid confusion. NULL values may still show in some areas of the site; these will be removed in a future update
Data
- Added new VOA figures on number of bedrooms per property to complete set
- Included new formulas looking at total number of habitable rooms and density of habitable rooms
- Updated Coronavirus Dashboard to include analysis against habitable room density and density of family homes
- Added figures from Shelter showing number of council homes sold under right to buy, as well as council home completions for the same period. Included also a chart showing the net change as a combination of these two figures
- Added new table showing number of months since Local Plan was adopted. (For MySQL geeks this uses the rather clever query:
SELECT TIMESTAMPDIFF(MONTH, ‘date_of_adoption’, CURDATE())
…to calculate the number of months irrespective of month length)