Releases: vingerha/gtfs2
Rework fix for missing agency_id in routes table
Service calls for Departures, SIRI, config #stop limit for local
Changes
New:
- service/action to extract departures in support of automation purposes, applies only to the start/end configuration (fixed route). See Service/action doc
- service/action to use realtime data in SIRI format
- Allow to modify max #stops for local-stop configuration, this was limited to 15 first, addresses: #125
Fixes:
- properly extract tomorrow's slots for providers using slots in table calendar_dates (instead of calendar-table)
- transport 'direction' was not properly used when using train stations<>station setup, addresses: #128
- improve error handling to allow the sensor to remain alive despite any error when collecting RT data
- agency handling, when route records in the table are not supplied with their agency, the SQL returned 0
- donot crash when RT trip data fails, addresses #124
- Accept-header can only be used in 'header' and not query-string, addresses: #123
- issue with local_stop realtime, addresses: #122
Add service/action to extract route departures for today/tomorrow
Changes
New: added a service/action in support of automation purposes, applies only to the start/end configuration (fixed route)
Fix: properly extract tomorrow's slots for providers using calendar_dates (instead of calendar-table)
Improve direction handling
Direction was not properly used when using train stations<>station setup, addresses #128
Allow to change #stops limit for local stop setup
Changes
Allow to modify max #stops for local-stop configuration, this was limited to 15 first, addresses #125
improve error handling to allow the sensor to remain alive despite any error when collecting RT data
Fix 2nd issue with missing agency on routes table
When routes are not populated with their agency, the SQL returned 0, fixed for local stops
Fix issue with missing agency on routes table
When routes are not populated with their agency, the SQL returned 0, fixed
Fix crash if RT trip data call fails, for local stored rt-data
adds on top of 0.5.6b3
Fix crash if RT trip data call fails
Addresses : #124
Fix issue with accept-header being used in query-string
Accept-header can only be used in 'header' and not query-string, addresses issue: #123