/explorer

Visualization of the overall set of Drawdown Solutions.

Primary LanguageHTMLGNU General Public License v3.0GPL-3.0

Project Drawdown Solution Explorer

Project Drawdown is the most comprehensive plan yet published for how to solve Global Warming. Project Drawdown entered the climate conversation with the publication of the 2017 book, and continues its mission to inspire and communicate solutions.

This repository hosts development of a user interface for interaction with the results of the different Drawdown solutions. The intention is to create an implementation which will allow us to broaden the use of the climate solution models to policymakers, business leaders, and other decisionmakers and interested parties.


Getting started

You will need Git and Python 3 installed.

Get a copy of this source code:

$ git clone https://github.com/ProjectDrawdown/explorer.git
$ cd explorer

We recommend using pipenv for a virtual environment, then start the Tornado web server:

$ pipenv shell
(explorer) $ python server.py

In a browser, go to http://localhost:8888/

Screenshot


License

The python code for the model engine is licensed under the GNU General Public license and subject to the license terms in the LICENSE file found in the top-level directory of this distribution and at https://github.com/ProjectDrawdown/explorer. No part of this Project, including this file, may be copied, modified, propagated, or distributed except according to the terms contained in the LICENSE file.


Contact

Denton Gentry (dgentry@carboncaptu.re) is currently the technical point of contact for this project.