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.
- Host: GitHub
- URL: https://github.com/jsonkao/subway-return
- Owner: jsonkao
- Created: 2020-08-09T21:03:40.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-10T15:12:57.000Z (almost 6 years ago)
- Last Synced: 2025-02-06T10:15:16.538Z (over 1 year ago)
- Language: HTML
- Homepage: https://jsonkao.github.io/subway-return/report.html
- Size: 849 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.
