Skip to content

Releases: vingerha/gtfs2

0.1.6b1 Adding realtime

10 Nov 14:23
Compare
Choose a tag to compare
Pre-release

For now it only works with url not needing authentication
Unclear if all gtfs_rt sources are the 'same' discrepancies may apply

0.1.5 New features

10 Nov 09:04
Compare
Choose a tag to compare

BREAKING CHANGE

Refresh interval moved to 'CONFIGURE' (after initial setup), you need to define this after updating to 0.1.5
image

Change Log

Adding features:

  • new attribute: next_departure_headsigns
  • allow to set refresh interval after initial setup (configure)
  • adding route shortname in selection/list to overcome data discrepancies been short name and long name
  • for new datasource, allow to use a self-placed zip file in the gtfs2 folder. This for zip that are not available via URL or zip with data that may need modification to comply with extraction conditions by pygtfs
  • timezone for next_departure is now used in order: agency (delivering data), if not > HA system, if not > UTC. This to resolve TZ issues for datasets without agency (timezone)

0.1.4 Bugfix + indexing

07 Nov 13:16
Compare
Choose a tag to compare

Fixes issue when gtfs2 folder does not exist
Adds indexes to stop_times table to improve performance (awaiting PR to apply this in pygtfs)

0.1.3 Tweaks to adhere to HACS

06 Nov 15:23
9f027cf
Compare
Choose a tag to compare

Minor tweaks not affecting functionality and only meant to pass HACS validation

0.1.2 Fixes

06 Nov 06:48
Compare
Choose a tag to compare

proper handling of include tomorrow
allow data collection from gtfs without calendar but with calendar_dates
update French translation ( merci @mxbssn )

0.1.0 Initial release

04 Nov 09:27
62f3bda
Compare
Choose a tag to compare

Initial release