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

converting GTFS SharedStreets matcher format #5

Open
kpwebb opened this issue Jul 2, 2018 · 1 comment
Open

converting GTFS SharedStreets matcher format #5

kpwebb opened this issue Jul 2, 2018 · 1 comment

Comments

@kpwebb
Copy link
Member

kpwebb commented Jul 2, 2018

@invisiblefunnel just adding this to following up on our discussion about GTFS ingest.

Goal: take a GTFS file and convert to a stream of lat/lon/time points for each trip to send to SharedStreets Matcher (my crude attempt at this using Partridge)

Follow up:

  • explore if/how to interpolate time for non-timepoint stops. Matcher can ingest interpolated points, but we'd need to be thoughtful about how we generate statistics from interpolated and non-interpolated data. Example code above interpolates times, but flags timepoint stops in the optional event parameter

  • how do we bundle GTFS data to ship to matcher? Could be one stream for all the trips that gets pushed up to the API... just need to think through workflow

@invisiblefunnel
Copy link

Thanks, @kpwebb. I'll take a look soon and post back with thoughts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants