Skip to content
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

investigate trips where bus does not move #9

Open
asteinhart opened this issue Jun 12, 2024 · 0 comments
Open

investigate trips where bus does not move #9

asteinhart opened this issue Jun 12, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@asteinhart
Copy link
Collaborator

asteinhart commented Jun 12, 2024

This can happened a few different ways and is getting filtered out a few dif ways

  • a trip actually has one ping. 85,539 unique trips in the data with one ping which is 1.675% of the total unique trips
  • a trip has multiple pings but they are all in the same location
  • a trip has multiple pings but after we remove off route pings, there is only one ping or all are in the same location

There are 5,105,581 unique trips in the data. We removed 153,271 trips dues to these cases (~3%)

Should explore more about when / where / why these trips have one ping only.

20ish patterns have more than 50% of trips that are only one ping.

  • why is this happening
  • where/ when is this happening

Initial analysis here in git-issues-review/one_ping_explore.ipynb

@asteinhart asteinhart added the enhancement New feature or request label Jun 12, 2024
@asteinhart asteinhart changed the title investigate one ping trips investigate trips where bus does not move Jun 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant