An interactive visualisation of the CO2 footprint of the world economy built with React and mapbox GL. Try it out at http://www.footprintmap.org.
The dataset is merged by a python script here and the resulting dataset can be found here.
First, navigate to the web
folder. Then, install dependencies:
yarn
Then you can run the frontend and get the app running locally
yarn develop