Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Analysis of Transit Using HH from NHTS #108

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2,231 changes: 2,231 additions & 0 deletions gtfs_utils/airtable_junction/create_junction_table.ipynb

Large diffs are not rendered by default.

Binary file added transit_riders/hh_df_3way_ct.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added transit_riders/hh_df_ct.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added transit_riders/hh_df_ct_r.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions transit_riders/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Questions about transit riders

## Available Data

[2010-2012 California Household Travel Survey](https://www.nrel.gov/transportation/secure-transportation-data/tsdc-california-travel-survey.html), hosted at the Transportation Secure Data Center at NREL

[2017 National Household TravelSurvey](https://nhts.ornl.gov/)

## What % of transit riders have cars, in CA?

*From:* Gillian Gillett

*Date:* 2022-03-23

[Analysis Notebook](transit_riders_with_autos.ipynb)

[Results](results.md)
35 changes: 35 additions & 0 deletions transit_riders/results.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@


**Which transit-using households have vehicles?**

| HHold Vehicles | Frequent Transit | Infrequent Transit | No Transit Use |
|:-----------------|-------------------:|---------------------:|-----------------:|
| Has vehicle | 16.3% | 32.3% | 51.4% |
| No Vehicle | 76.5% | 8.5% | 15.0% |
| All | 20.3% | 30.7% | 49.0% |

![](hh_df_ct.png)

**Which vehicle-owning households ride transit?**

| HHold Transit Use in California (Source: NHTS 2017) | Has vehicle | No Vehicle |
|:------------------------------------------------------|--------------:|-------------:|
| Frequent Transit | 75.2% | 24.8% |
| Infrequent Transit | 98.2% | 1.8% |
| No Transit Use | 98.0% | 2.0% |
| All | 93.4% | 6.6% |

![](hh_df_ct_r.png)

**Does it vary among households who are financially burdened by transportation?**

| | Frequent Transit | Infrequent Transit | No Transit Use |
|:--------------------------------|-------------------:|---------------------:|-----------------:|
| ('Burdened', 'Has vehicle') | 17.7% | 31.0% | 51.3% |
| ('Burdened', 'No Vehicle') | 76.1% | 9.2% | 14.7% |
| ('Not Burdened', 'Has vehicle') | 15.3% | 33.3% | 51.4% |
| ('Not Burdened', 'No Vehicle') | 77.0% | 7.8% | 15.3% |
| ('All', '') | 20.3% | 30.7% | 49.0% |


![](hh_df_3way_ct.png)
1,173 changes: 1,173 additions & 0 deletions transit_riders/transit_riders_with_autos.ipynb

Large diffs are not rendered by default.