Skip to content
This repository has been archived by the owner on May 27, 2024. It is now read-only.

vehicle_id field can be longer than 10 characters #14

Closed
rv3392 opened this issue Oct 22, 2021 · 1 comment
Closed

vehicle_id field can be longer than 10 characters #14

rv3392 opened this issue Oct 22, 2021 · 1 comment

Comments

@rv3392
Copy link
Contributor

rv3392 commented Oct 22, 2021

Not 100% sure if this library is still being maintained, but I have an issue where my local transport agency uses vehicle_id's that are 13 characters long (longer than the expected 10 characters) which causes the tool to crash.

I've got a fix using String(64) instead of String(10) for the vehicle_id column in my own fork which seems to fix it. I'd be happy to open a PR with this change if it seems like something that doesn't go against the GTFS spec.

@barbeau
Copy link
Member

barbeau commented Oct 25, 2021

@rv3392 We're not actively using it, but a PR for this would be welcome!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants