Skip to content

JavaScript visualisation of London using Leaflet and D3

Notifications You must be signed in to change notification settings

annahadji/scenic-streetmap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Visualising areas of London

This repository contains the source code for a JavaScript visualisation of crime rates, scenicness and indices of deprivation across London. This is the standalone code associated with the visualisation presented here, where further quantitative analysis of the data can be found.

It presents the following data sources:

  • Crime data - average total number of crimes per month in Lower Super Output Area (LSOA) geographic locations in London obtained from the Government, MPS LSOA Level Crime (historic).

  • Indices of deprivation and population density - indicators of deprivation relating to health, employment, housing, income rate, living environment, and education obtained from the Government here (see 'IMDB2015' sheet in .xls) and here. A higher level of deprivation relating to health, employment, income rate, education and living environment, is indicated by emptier bars in the top left panel of the visualisation.

  • Scenic ratings - measures of scenicness of an area given by a neural network, specifically, a CNN that was trained on Scenic-Or-Not data. The Scenic-Or-Not dataset contains around 217,000 images of landscapes that cover nearly 95% of the UK - and has 1.5 million ratings of scenicness from members of the public and counting. In order to improve the performance for Google Street View images, this CNN was further trained on the 6,946 Google Street View images. The full method has been discussed by Law et al. (2018).




Built With