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

Attributes of form "HH:MM:SS" in stop_times.txt ignored because it contains ":" character #6

Open
Mchristos opened this issue Jan 12, 2021 · 2 comments

Comments

@Mchristos
Copy link

When reading in stop_times.txt the objects of type "stop_time" has no attributes for arrival_time and departure_time. This is because they take the form of a time of day specified as "HH:MM:SS", e.g. 13:39:41. If I remove the ":" character, the attribute exists as a number

@Mchristos Mchristos changed the title arrival_time (of form "HH:MM:SS") in stop_times.txt ignored because it contains ":" character Attributes of form "HH:MM:SS" in stop_times.txt ignored because it contains ":" character Jan 12, 2021
@yocontra
Copy link
Member

Thanks for the report - sorry for the delay in getting back to you, work has been extra busy. I have this on my backlog and I'll look into it soon!

@Mchristos
Copy link
Author

No probs. I got around the issue for now by using gtfs({raw: true})

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