kylebarron / all-transit

Interactive visualization of all transit in the Transitland database
https://all-transit.com
MIT License
26 stars 2 forks source link

Remove schedule stop pairs with speed above max speed #54

Open kylebarron opened 4 years ago

kylebarron commented 4 years ago

First I try matching to the route stop pattern, then I try matching to all route stop patterns identified from the route, then I match directly to the route. As noted in https://github.com/kylebarron/all-transit/issues/35, sometimes the matched geometry is invalid, and appears to have a very high speed. I should automatically remove any matched schedule stop pairs where the imputed speed is above some max speed.