Given some data regarding power plants, clean the data to a useable format, and visualise the data.
These commands should both be ran in the top-level directory of the repository.
The simplest way to access the visualisation is: https://jvh.github.io/power_plant_visualisation/
Install python3.
Install D3.
- Start a server using command
python -m http.server 3000
. This command must be ran from the top-level repository directory. - Open index.html in a web browser by visiting
localhost:3000
.
Put info regarding data cleaning here
For this piece of work I used some open source data regarding power plants, and a number of open-source (and licensed) tools & code to clean and visualise the data. This section is an acknowledgement of the sources used for this project.
- Website bootstrap: ColorLib
- Website icon: IconFinder
- Visualisation base tool used: D3
- Map visualisation base: D3 Map.
- Zooming and panning functionality: JamesThomson