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

https://github.com/jsonkao/subway-return

A bit more about COVID-19's economic disparity.
https://github.com/jsonkao/subway-return

Last synced: about 1 year ago
JSON representation

A bit more about COVID-19's economic disparity.

Awesome Lists containing this project

README

          

## Setup

1. Clone this repository.

2. Run `make`. This pulls Chris Whong's [turnstile data](https://qri.cloud/nyc-transit-data/turnstile_daily_counts_2020) and runs a point-to-polygon join to identify each station's census tract. The output file is `turnstile_data.csv`, which has columns `date`, `entries`, `exits`, and `GEOID`.

3. `report.Rmd` merges this file with [ACS data](https://www.census.gov/programs-surveys/acs), and then makes a visualization. See the rendering at https://jsonkao.github.io/subway-return/report.html.