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

In fasttrips_labels_ids...csv replace is_trip with name of transit trip_id #83

Open
e-lo opened this issue Jul 27, 2017 · 0 comments
Open
Assignees

Comments

@e-lo
Copy link
Member

e-lo commented Jul 27, 2017

In order to figure out what trip or mode [ in the case of transfers or walk access ] was used to assign the label please replace the field is_trip with trip_id

So fasttrips_labels_ids...csv

stop_id stop_id_label_iter is_trip label_stop_cost
703 0 0 0.000000
24900 1 0 1.080000
24913 2 1 0.010372
30739 3 1 0.527039

would become...

stop_id stop_id_label_iter trip_id label_stop_cost
703 0 0 0.000000
24900 1 walk_access 1.080000
24913 2 21483 0.010372
30739 3 23483 0.527039
@e-lo e-lo assigned lmz Jul 27, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants