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

Update StopTime StopSeq to uint32 #22

Merged
merged 1 commit into from
May 2, 2023
Merged

Conversation

edfungus
Copy link
Contributor

Based on the documentation, stop_sequence is a non-negative integer

Based on the [documentation](https://gtfs.org/schedule/reference/#stop_timestxt), `stop_sequence` is a non-negative integer
@artonge
Copy link
Owner

artonge commented May 2, 2023

Thanks !

@artonge artonge merged commit 3906193 into artonge:master May 2, 2023
edfungus added a commit to edfungus/go-csv-tag that referenced this pull request Jun 18, 2023
After this update artonge/go-gtfs#22, the sequence always returned 0 because this library didn't support uint32. This should fix the issue. Tested with the go-gtfs library with this change.
artonge pushed a commit to artonge/go-csv-tag that referenced this pull request Jul 17, 2023
* Update to support unit32

After this update artonge/go-gtfs#22, the sequence always returned 0 because this library didn't support uint32. This should fix the issue. Tested with the go-gtfs library with this change.

* updated to fallthrough and added uint64

* Added unint and int32 as well
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