Releases: vingerha/gtfs2
DEV: Tune local stops, add train route_types
Local stops: allow to keep historical departures if their delays takes them to 'now', fix to not show those for tomorrow
Trains: the route_types used were not covering all known, has been extended now, fixed issue with a.o. Skanetrafiken (Sweden)
Other: adding HA naive error check to possibly improve stability
DEV: further improvements for Local Stops
DEV: improve on getting delay/departure for local stops
Fix possible issues
Improve readability of _converted file
Add realtime "delay"attribute to the local stop sensor
0.4.4.6 Add delay-attriubute to local stop sensors
DEV: use json to handle trip updates
Allowing to use json-only sources for trip-updates
Converting pb-source to json
DEV : extend options for realtime data
Case: spokane (WA) realtime data is notptoviding direction_id with each feed-entity making the local_stop rt data empty at all time.
Added an option to also extract these, fixing #48
DEV: Fix issue for local stops without vehicle rt url
0.4.4.3 Fix issue for local stops without vehicle rt url
DEV: fix typo in api-key area
0.4.4.2 Merge branch 'main' of https://github.com/vingerha/gtfs2
Dev: Adding option to use Ocp-Apim-Subscription-Key
In support of Auckland #49
Also extending service call for rt data with options to use key's
Allow larger radius for local stops sensor, add Spanish translation
Known issue
Local stops do not work with real-time, fix in DEV progress 0.4.4.3
Changes
- For local stops, the radius was limited to 500m which affected usability in rural areas. The limit has been extended to 5000m but limited to max 15 stops within the chosen range, this to prevent system performance impact
- Spanish translation added, thanks @cvc90