Releases: vingerha/gtfs2
Releases · vingerha/gtfs2
0.1.6b1 Adding realtime
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
BREAKING CHANGE
Refresh interval moved to 'CONFIGURE' (after initial setup), you need to define this after updating to 0.1.5
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
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
Minor tweaks not affecting functionality and only meant to pass HACS validation
0.1.2 Fixes
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
Initial release