Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kevinahuber/whoisresponsible.us

:earth_asia: Climate change vulnerability, preparedness, and contribution data in a choropleth map and bar graph.
https://github.com/kevinahuber/whoisresponsible.us

climate-change data-visualization javascript react

Last synced: about 5 hours ago
JSON representation

:earth_asia: Climate change vulnerability, preparedness, and contribution data in a choropleth map and bar graph.

Awesome Lists containing this project

README

        

# Who is responsible for Climate Change?
[![All Contributors](https://img.shields.io/badge/all_contributors-2-orange.svg?style=flat-square)](#contributors)
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

> [whoisresponsible.us](https://whoisresponsible.us?utm_source=github&utm_medium=code&utm_term=initial) explores climate change vulnerability, preparedness, and contribution data in a choropleth map and bar graph.

## Why?

The effects of climate change are reaching everyone, but in a staggeringly disproportionate way. This project seeks to explore the data behind that assertion. You can [learn more in my article](https://medium.com/@kevinahuber/who-is-responsible-for-climate-change-84cdcb9aa2cd).

## Contributing

Contributions are welcome!

Before beginning work, [open an issue](https://github.com/kevinahuber/whoisresponsible.us/issues) describing the changes you'd like to make.

### Requirements

Node 8+

### Setup
To run locally:
```
yarn
yarn start
```

To run tests:
```
yarn test
```

## Todo

* [ ] Redux everything!
* [ ] Animate categories all transition
* [ ] Recenter on zoom out
* [ ] Convert `activeSubcategories` to set
* [ ] Add alphabetical sort
* [ ] Add tooltips to Subcategories

## Contributors

Thanks goes to these wonderful people ([emoji key](https://github.com/kentcdodds/all-contributors#emoji-key)):

| [
Kevin Huber](https://kevinahuber.com)
[πŸ“](#blog-kevinahuber "Blogposts") [πŸ’»](https://github.com/kevinahuber/whoisresponsible.us/commits?author=kevinahuber "Code") [πŸ“–](https://github.com/kevinahuber/whoisresponsible.us/commits?author=kevinahuber "Documentation") [πŸ€”](#ideas-kevinahuber "Ideas, Planning, & Feedback") [🎨](#design-kevinahuber "Design") | [
Claire Sweet](https://www.behance.net/csweetdesigns)
[πŸ€”](#ideas-undefined "Ideas, Planning, & Feedback") [🎨](#design-undefined "Design") |
| :---: | :---: |

This project follows the [all-contributors](https://github.com/kentcdodds/all-contributors) specification. Contributions of any kind welcome!

## References
**Vulnerability and Preparedness (Readiness) Data**: ND-GAIN. 2014. Notre Dame Global Adaptation Initiative. South Bend, IN: University of Nortre Dame. http://index.nd-gain.org/.

**Contribution Data**: CAIT. 2014. Climate Analysis Indicators Tool: WRI’s Climate Data Explorer. Washington, DC: World Resources Institute. http://cait2.wri.org.

## License
[MIT](LICENSE.md)