A data visualization and decision-making tool.
This repository represents work product for the GSA Digital Innovation Hackathon 2015.
Files in the root directory comprise a solution to the Greenhouse Gas challenge.
Files in the hackathon directory were provided by the GSA.
Files in the data directory represent machine-readable versions of GSA-provided data files.
View the solution live at http://data-creative.github.io/us-gov-greenhouse-gas-emissions/
Issues and Pull Requests are welcome.
Download source.
git clone git@github.com:data-creative/us-gov-greenhouse-gas-emissions.git
Start a local web server.
cd us-gov-greenhouse-gas-emissions/
python -m SimpleHTTPServer 8888 &
Visit http://localhost:8888/ in a browser.