The website features an interactive sunburst with an interactive world map inside of it. The sunburst is divided into three different layers. Hovering over each layer gives the user infomation about that part of the layer. The sunburst's innermost layer represents regions, as given in the data produced by Stockholm Environment Institute. The middle layer represents countries and the outermost layer represents the category of the exported product. Clicking any of the nodes of the sunburst collapses every other node on that layer to give a better view of that single node. Clicking the node again zooms out the sunburst.
The world map is color coded according to the different Regions, and will zoom in on the country you're currently observing. Clicking a country on the world map does the same thing as clicking a node on the sunburst. The user also has the opportunity to search for a country directly in the search bar.
Anton Martinsson
Erik Lindström
Axel Weinz
Petra Olsson
Felix Noren
Oscar Ström
Gustav Bergman
Andreas Almqvist
The goal of Mission Emission is to visualize the carbon dioxide emissions that comes from Brazil's export via shipments in 2014. Mission Emission was created in cooperation with SEI who provided the data. The template from the world map is based on the work of Tom Noda.
Technologies Used
For the data processing, a Python Script was developed in order to convert the 50MB csv file into a 53KB JSON file. For the sunburst and the world map, D3.js was used.
View the project on Github