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

https://github.com/pjsier/election-dot-density

Point maps for 2019 Chicago election
https://github.com/pjsier/election-dot-density

Last synced: 4 months ago
JSON representation

Point maps for 2019 Chicago election

Awesome Lists containing this project

README

          

# Chicago 2019 Election Dot Density

Map of all votes in the 2019 Chicago mayoral primary by precinct, randomly assigned to a point inside a residential parcel within the precinct using Conveyal's [`aggregate-disser` tool](https://github.com/conveyal/aggregate-disser).

## Setup

Requires `tippecanoe`, `pyesridump`, `mapshaper` and `wget`.

```bash
make all
```

### All Points

1 point = 1 vote

![Map screenshot all points](./img/full.jpg "Map screenshot all points")

### Sampled Points

1 point = 100 votes

![Map screenshot sampled points](./img/sample.jpg "Map screenshot sampled points")