Research Request - Spatial accuracy metric #820
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: Implement a version of Prof Greg Newmark's spatial accuracy metric, which looks at how many vehicle positions were within certain distance of the shape's geometry. Metric is % of vp produced with x meters of shape.
Detailed description:
Let's keep our 35 meters buffer. The Newmark paper lists 14 m as roughly the 90th percentile distance for the sample of 5 operators. From his other papers, 12 m is roughly enough for local routes, but 50 m is needed for routes traveling on freeways. We'll stick with the 35 m we use for our segment speeds.
How will this research be used?
A version of this metric should probably make it to
fct_observed_trips
. Right now, we need to join the trip's associated shape geometry and buffer it, then do a count.Metrics
Data sources
rt_vs_schedule
vp_{analysis_date}
-- raw vpDeliverables:
Script. Let's use the dask cluster if we can, there aren't many functions, if at all, that rely on
segment_speed_utils
orshared_utils
, and it's big because we're doing it on the entire raw vp dataset.The text was updated successfully, but these errors were encountered: