https://github.com/exploropleth/resiliency-app
Resiliency is an ensemble binning method that considers how frequently a geographic entity (e.g., county) falls in a particular bin across multiple comparable data binning methods. This application helps users visualize and interact with the outputs of Resiliency on a variety of datasets.
https://github.com/exploropleth/resiliency-app
cartography choropleth choropleth-map data-binning data-classification geographical-information-system gis visualization
Last synced: 26 days ago
JSON representation
Resiliency is an ensemble binning method that considers how frequently a geographic entity (e.g., county) falls in a particular bin across multiple comparable data binning methods. This application helps users visualize and interact with the outputs of Resiliency on a variety of datasets.
- Host: GitHub
- URL: https://github.com/exploropleth/resiliency-app
- Owner: exploropleth
- License: mit
- Created: 2023-09-10T07:01:04.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-06-21T07:43:37.000Z (about 1 year ago)
- Last Synced: 2025-06-21T08:29:55.281Z (about 1 year ago)
- Topics: cartography, choropleth, choropleth-map, data-binning, data-classification, geographical-information-system, gis, visualization
- Language: TypeScript
- Homepage: https://exploropleth.github.io/resiliency-app/
- Size: 1.83 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Resiliency App
Data binning, or data classification, involves grouping quantitative data points into bins (or classes) to represent spatial patterns and show variation in choropleth maps. There are many methods for binning data (e.g., natural breaks, quantile) that may make the same data appear very different on a map. Some of these methods may be more or less appropriate for certain types of data distributions and map purposes. Thus, when designing a map, novice users may be overwhelmed by the number of choices for binning methods and experts may find comparing results from different binning methods challenging. We present resiliency, a new data binning method that assigns areal units to their most agreed-upon, consensus bin as it persists across multiple chosen binning methods. We show how this "smart average" can effectively communicate spatial patterns that are agreed-upon across binning methods. We also measure the variety of bins a single areal unit can be placed in under different binning methods showing fuzziness and uncertainty on a map.

## Setup
0. Open the command line/terminal on your machine and navigate to this project's top-level directory (i.e. where this file is).
1. Download and install node, npm from https://nodejs.org/en/download/. We developed and tested the app on {Node, NPM}: {v20.16.0, 10.9.2}. Optionally, use the nvm (Node Version Manager) to quickly install and use different versions of node via the command line.
2. `npm install` - installs required libraries from package.json.
## Run
3. `ng serve` - compile and serve the application locally
4. Open the browser at http://localhost:4200
5. Enjoy!
## Build and Deployment
6. GitHub Actions
## Credits
Resiliency was created by
Arpit Narechania, Alex Endert, and Clio Andris of the Georgia Tech Visualization Lab. We thank the members of the Georgia Tech Visualization Lab for their support and constructive feedback.
## Citations
```bibTeX
@InProceedings{narechania2023resiliency,
author = {Narechania, Arpit and Endert, Alex and Andris, Clio},
title = {{Resiliency: A Consensus Data Binning Method}},
booktitle = {12th International Conference on Geographic Information Science (GIScience 2023)},
pages = {55:1--55:7},
series = {Leibniz International Proceedings in Informatics (LIPIcs)},
year = {2023},
volume = {277},
publisher = {Schloss Dagstuhl -- Leibniz-Zentrum f{\"u}r Informatik},
doi = {10.4230/LIPIcs.GIScience.2023.55}
}
```
## License
The software is available under the [MIT License](https://github.com/exploropleth/resiliency-app/blob/master/LICENSE).
## Contact
If you have any questions, feel free to [open an issue](https://github.com/exploropleth/resiliency-app/issues/new/choose) or contact [Arpit Narechania](https://narechania.com).