Skip to content

v0.1.21

Compare
Choose a tag to compare
@jamespfennell jamespfennell released this 02 Jun 13:45
· 14 commits to main since this release
realtime: remove NyctIsAssigned field

The NyctIsAssigned field was broken 2 years ago by this commit:
https://github.com/jamespfennell/gtfs/commit/7e0a9db5605b4bdf6c48f6e0fade7a2db2d017e6

Rather than fix it, this commit removes the field. Downstream consumers
can always check if the trip is assigned by checking if the trip has a
vehicle associated to it. For NYCT trips these are equivalent.