Skip to content

Releases: vingerha/gtfs2

DEV: Tune local stops, add train route_types

20 Apr 04:42
Compare
Choose a tag to compare

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

18 Apr 12:18
Compare
Choose a tag to compare

Allow to use 'offset' to correct for time needed to get to the stop(s), addresses #58
With delays (via realtime data), keeping showing old but delayed static departures visible until their delay has passed too, addresses #55

DEV: improve on getting delay/departure for local stops

15 Apr 04:30
Compare
Choose a tag to compare

Fix possible issues
Improve readability of _converted file

Add realtime "delay"attribute to the local stop sensor

14 Apr 10:28
Compare
Choose a tag to compare
0.4.4.6

Add delay-attriubute to local stop sensors

DEV: use json to handle trip updates

14 Apr 06:00
Compare
Choose a tag to compare
Pre-release

Allowing to use json-only sources for trip-updates
Converting pb-source to json

DEV : extend options for realtime data

12 Apr 05:57
Compare
Choose a tag to compare
Pre-release

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

11 Apr 05:18
Compare
Choose a tag to compare
0.4.4.3

Fix issue for local stops without vehicle rt url

DEV: fix typo in api-key area

08 Apr 04:12
Compare
Choose a tag to compare
Pre-release
0.4.4.2

Merge branch 'main' of https://github.com/vingerha/gtfs2

Dev: Adding option to use Ocp-Apim-Subscription-Key

07 Apr 08:38
Compare
Choose a tag to compare

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

05 Apr 10:06
Compare
Choose a tag to compare

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