Visualisation Report

How the visualisation was created.

Return Home

Overview

The visualisation consists of a map which shows power production data for various countries. This is the ideal visualisation type for the data provided as it allows the user to quickly compare the production statistics for different countries. The colour scheme follows the overall design of the website, with oranges and dark turquoise colours being used, and the input elements are simple – making it intuitive to use.


Target Audience

The target audience for this visualisation is a non-technical user who is interested in power production statistics. I believe the visualisation is especially interesting for people who are interested in the topic of climate change as there are options to see renewable and non-renewable statistics. Since the visualisation is accessible to a wide variety of individuals, it can be used to educate people about countries which are more/less sustainable.

However, since the dataset used in the visualisation is not complete, a better dataset should be used to support this goal more accurately.


Dimensions

The dimensions included in the visualisation depends on the visualisation being shown. Overall, the columns used are:


Interactivity & Enhancements

The visualisation has a number of inputs that give it an interactive element. The radio buttons allow the user to pick which statistic they would like to see (total, capacity or generation). The drop-down menu allows them to pick the fuel type category (renewable or not).

Furthermore, they are able to click on the country on the map to see the actual value, along with some additional information, such as the: name, population and flag for that country. The population and flag data was implemented using external API calls to REST Countries.

A legend has been added to make it easier to understand the results.


Future Improvements

An extension that was attempted was the ability to see the data in a per capita basis. This would have been useful as it removes the bias against smaller countries. This was implemented using the REST Countries API as well. However, this proved to be very slow as each country needed its own API call, but in the future a separate CSV file could be used to enrich the data.

Another improvement could be the ability to see further visualisations for each country. An idea would be that clicking the country shows a bar chart of power production statistics for each fuel type as a separate graph on the bottom of the screen or a new tab.

To make this visualisation truly useful, a better dataset needs to be used.