Research Request - Can we leverage gtfs-segments
in our pipeline?
#988
Labels
gtfs-rt
Work related to GTFS-Realtime
research request
Issues that serve as a request for research (summary and handoff)
Complete the below when receiving a research request, and continue to add to this issue as you receive additional details and produce deliverables. Be sure to also add the appropriate project-level label to this issue (eg gtfs-rt, DLA).
Research Question
Single sentence description: Bus Performance Metrics webinar by WMATA surfaced some interesting repos...and
gtfs-segments
seems like something we could use (presentation showed route-direction segments between 2 stops, withstop_id1
, andstop_id2
that are basically equivalent to ourstop_pair
column when we aggregate to route-direction.stop_pair
column is first introduced)Detailed description:
Quick poke through repos shows that
gtfs-segments
is based ongtfs_functions
. It also looks likegtfs-segments
doesn't use classes and underlying functions take a somewhat-processed df or gdf. Should be straightforward to use these functions.https://mobility.mit.edu/sites/default/files/TRR__Transit_Performance_and_Journey_Visualization_Dashboard.pdf - academic paper about the ROVE dashboard
https://journals.sagepub.com/doi/10.1177/03611981211009226 - 'Using GTFS to Calculate Travel Time Savings Potential of Bus Preferential Treatments'
How will this research be used?
Deliverables
rt_segment_speeds/scripts/
and consolidatecut_normal_segments.py
andcut_special_segments.py
into 1 script that usesgtfs-segments
The text was updated successfully, but these errors were encountered: