Resistance-Lab / stopandsearch

A tool to analyse UK stop and search data
https://stopandsearch.herokuapp.com/
0 stars 0 forks source link

choropleth map #5

Closed wheresalice closed 5 years ago

wheresalice commented 5 years ago

This is very much a work in progress, rendering only the outlines of the wards that we know about and not doing anything more useful with them. But it really needs a backend developing to serve geojson before continuing with the front end.

wheresalice commented 5 years ago

Basic backend created for serving the geojson, filtering server-side. Still needs some work around data sources of the geojson for ward areas - there's around 50 missing from the current wards.json file.

wheresalice commented 5 years ago

choropleth maps fully working for a simple count by ward.

wheresalice commented 5 years ago

Squashed the pr to remove the wards.json file, to be replaced with a makefile to download the wards from the ONS. This fixes the missing wards, but means loading at 500mb geojson file.