You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 27, 2024. It is now read-only.
Is your feature request related to a problem? Please describe.
PR #12 adds OTP trip plans to the Chicago TNC trip dataset, so we can see what transit options were scheduled for that particular day and time.
We'd like to label trips that potentially competed with transit.
Describe the solution you'd like
So far we've discussed labeling trips that go through transit "hubs" or have 0 transfers accordingly in the output CSV. We could consider "hubs" to be stops that have location_type = 1 in GTFS stops.txt file.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
PR #12 adds OTP trip plans to the Chicago TNC trip dataset, so we can see what transit options were scheduled for that particular day and time.
We'd like to label trips that potentially competed with transit.
Describe the solution you'd like
So far we've discussed labeling trips that go through transit "hubs" or have 0 transfers accordingly in the output CSV. We could consider "hubs" to be stops that have
location_type
=1
in GTFSstops.txt
file.The text was updated successfully, but these errors were encountered: