Skip to content

Releases: jamespfennell/gtfs

v0.1.24

01 Dec 23:08
Compare
Choose a tag to compare
Add journal command

Also copies over more journaling code from the subwaydata.nyc
repo, specifically the code for exporting to CSV.

v0.1.23

28 Nov 16:59
f377695
Compare
Choose a tag to compare
Handle informed trip descriptors with empty trip ids and non-empty ro…

v0.1.21

02 Jun 13:45
Compare
Choose a tag to compare
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.

v0.1.20

26 Apr 13:05
Compare
Choose a tag to compare
Disambiguate stops and platforms

In the GTFS reference a stop is different to a platform, based on whether
the stop has a parent station.

v0.1.19

23 Aug 18:02
d9cd987
Compare
Choose a tag to compare

What's Changed

  • Populate TripID, RouteType, and DirectionID in AlertInformedEntity by @cedarbaum in #15
  • Return Trip entities from Alerts by @cedarbaum in #16

Full Changelog: v0.1.18...v0.1.19

v0.1.18

19 Aug 16:36
abd0c11
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.17...v0.1.18

v0.1.17

10 Aug 13:57
Compare
Choose a tag to compare
Unify optional column handling (#12); unify enums

This commit does two things which were related code wise.

First it fixes the issue described in #12.

Secondly it unifies all of the custom enums so that their
implementations are the same.

v0.1.16

09 Aug 22:07
Compare
Choose a tag to compare
Full support for `trips.txt` and `stop_times.txt` (#4)

v0.1.15

05 Aug 18:02
Compare
Choose a tag to compare
Fix bug in vehicle deduplication (#8)

v0.1.14

08 May 23:45
3dbf46c
Compare
Choose a tag to compare
Add full vehicle entity parsing (#5)