项目作者: TTitcombe
项目描述 :
A map of UK parliamentary constituencies created in D3
高级语言: JavaScript
项目地址: git://github.com/TTitcombe/ConstituencyMap-d3.git
ConstituencyMap
A map of UK parliamentary constituencies created in D3

How to run
- Clone this repository
- Navigate to the
map
directory in the repository and run a server. This can be done by:
- Using a plugin on a JavaScript IDE
- Run
python -m http.server
in the terminal
- Navigate in a browser to the localhost which contains the application
TODO
Data
uk_hex.csv
- Coordinates of UK parliamentary constituencies (2017 boundaries) in hexmap format
- Created by ODILeeds,
released under MIT license
HoC-ge2019.csv
- Results of the 2019 UK General Election
- Provided by HoC library
combined_ge2019.csv
- Merged
uk_hex.csv
and HoC-ge2019.csv
- Removed some unused fields, such as individual part votes, from combined dataset
- Note: Not all constituencies are present in both files.
I believe this is because the ODI map uses the old (2017) boundaries.
The hexmap will need to be updated.