Skip to content

Releases: vingerha/gtfs2

Improve performance, add rt service

25 Dec 18:15
Compare
Choose a tag to compare
Pre-release

Changes

  • reduce db file-size by removing shapes.txt from zip, if shapes.txt exists (requires new: zip_file.py)
  • apply indexes at end of extracting
  • add service to download real-time data locally
    Fix:
  • spawn (fork) of extracting process did no end, creating issues with HA during restart (http server bind issue)

Split out agency selection

19 Dec 06:58
Compare
Choose a tag to compare
Pre-release

If the gtfs file has more agencies (service providers) then split this out in the selection process to reduce the route selection list

Remove incorrect trips

18 Dec 15:51
Compare
Choose a tag to compare
Pre-release

Query enhancement: exclude trips that have a service in calendar_date with exception_type = 2

Extend route-selection with AgencyName to increase usability

17 Dec 14:46
Compare
Choose a tag to compare
0.2.2

Align with main and add agency_name foor better route-selecting

Improve documentation and links

17 Dec 07:43
Compare
Choose a tag to compare

Changes

Adding links to the config flow, referring to the new (wiki) documenation

Enhancements

16 Dec 05:55
Compare
Choose a tag to compare

Changes

Split out trains to avoid having to select many routes covering the connection between two cities, it now works with (manual) entry of origin and destination city
Resolve issue in extraction process, i.e 'hanging' pop-up and errors in the service call
Improve performance (query) to collect the data

Disclaimer/breaking changes

I do my best to test a lot before each release but I am human and make mistakes. If you are using an older version, it may be needed to set this up from scratch

Query performance and split out trains

15 Dec 15:34
Compare
Choose a tag to compare
Pre-release

Improve query
Split out only trains as too many other route_id

Improvements for trains and extraction of data

14 Dec 06:08
Compare
Choose a tag to compare

Allow to split out trains and enter cities (manually), cause: too many stops per city to properly select one start/end covering all trains
Spin off the extraction process to stop having a 'hanging' pop-up and errors in the service call

Finetuning, reducing error messages

04 Dec 05:58
Compare
Choose a tag to compare

Adding 'alerts' into the sensor

02 Dec 18:08
Compare
Choose a tag to compare

If your gtfs provider ships a 'alerts' url then you can now use this to receive alerts for both origin and destination stops