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

HASTUS export script for minischedules #536

Merged
merged 3 commits into from
Mar 24, 2020
Merged

HASTUS export script for minischedules #536

merged 3 commits into from
Mar 24, 2020

Conversation

skyqrose
Copy link
Member

@skyqrose skyqrose commented Mar 24, 2020

Asana Task: Adapt the HASTUS export to include all our new mini-schedule-related data

Old:

trips.csv
schedule_id;area;run_id;route_id;trip_id;block_id
aba20021;123;    1501;;   43858890; 57 - 11
aba20021;123;    1501;  193;   43857919; 57 - 11

New:

trips.csv
schedule_id;area;run_id;block_id;start_time;end_time;start_place;end_place;route_id;trip_id
aba20021;123;    1501; 57 - 11;04:15;04:30;albny;wtryd;;   43858890
aba20021;123;    1501; 57 - 11;04:30;05:05;wtryd;hayms;  193;   43857919
activities.csv
schedule_id;area;run_id;start_time;end_time;start_place;end_place;activity_name;activity_type
aba20021;123;    1501;04:05;04:15;albny;albny;Sign-on;Sign-on
aba20021;123;    1501;04:15;09:29;albny;albny; 57 - 11;Operator

Copy link
Contributor

@arkadyan arkadyan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

At a glance I'm not sure any of this would be affected by the conversation on https://app.asana.com/0/1148853526253426/1149789288353039, but I suspect the changes would be minimal anyway.

@skyqrose
Copy link
Member Author

The comments on that ticket don't end up affecting this data.

@skyqrose skyqrose merged commit f599182 into master Mar 24, 2020
@skyqrose skyqrose deleted the sqr-hastus branch March 24, 2020 16:25
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

Successfully merging this pull request may close these issues.

2 participants