-
Notifications
You must be signed in to change notification settings - Fork 3
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
Be smarter about identifying gaps due to subway travel #53
Comments
Just providing some description here: |
I'm not sure where to start with this. In trace.py/make_known_subsets we're currently breaking on gaps of longer than an hour and 1 km. Not sure what unknown time should look like. @Nate-Wessel |
I've modified the code so that any gap (after cleaning) of larger than 1km is now |
unknown
unknown
using osmnx package, so we have an additional python package dependency |
Hang on - you are using that now? We need to discuss a plan for this before proceeding. |
OK, here's my plan for moving forward with this: Really, this can sort of be our OSM GIS module, possibly handling map matching down the road too. For now though, the only interaction with this module will be in the stage of identifying So: |
User A has four subway trips to test on and user C has one. All five exhibit the currently expected pattern of travel with a span of unknown time in the middle. |
We're now retaining any segments (that otherwise would have been gaps) that both start and end within 200m of a subway station node. This fixes three of the 4 previous errors for user A but does not appear to change anything for C. |
No description provided.
The text was updated successfully, but these errors were encountered: