corradio / footprintmap

A visualisation of the CO2 emissions of the global economy
https://www.footprintmap.org
MIT License
11 stars 0 forks source link
climate-change data-visualization sustainability

footprintmap CircleCI

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.

Data sources

The dataset is merged by a python script here and the resulting dataset can be found here.

Set up and start your local environment

First, navigate to the web folder. Then, install dependencies:

yarn

Then you can run the frontend and get the app running locally

yarn develop