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

Origin station activity code not read - more non-public services leak into output #56

Open
oweno-tfwm opened this issue Aug 29, 2023 · 0 comments

Comments

@oweno-tfwm
Copy link
Contributor

root cause is
names(LO) <- c(
"Record Identity", "Location", "Suffix", "Scheduled Departure Time",
"Public Departure Time", "Platform", "Line", "Engineering Allowance",
"Pathing Allowance", "Pathing Allowance", "Performance Allowance",
"Spare"
)

note duplication of "pathing allowance"
...should be

names(LO) <- c(
"Record Identity", "Location", "Suffix", "Scheduled Departure Time",
"Public Departure Time", "Platform", "Line", "Engineering Allowance",
"Pathing Allowance", "Activity", "Performance Allowance",
"Spare"
)

and then further code to process the Activity field - have a fix for it but it's mixed in with a bucket load of other changes.

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

1 participant