Research Request - Performant vp -> speeds with interpolation method #939
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: Use
dask.map_partitions
method wherever possible to: (1)shapely.project
vp along scheduled shape geometry, (2) find the nearest vp to each stop position, (3) find subseq vp, (4) interpolate stop arrival between 2 positions.Detailed description:
Handle common errors that might occur:
vp_idx
andlocation_timestamp_local
should be increasing....but it's possible to find the nearest vp that's outside of that) -> factor in direction so that don't select a vp that's traveling in the opposite directionData sources
vp_usable
Deliverables
Scripts
The text was updated successfully, but these errors were encountered: