Releases: vingerha/gtfs2
Introducing geojson
Clearly you know this is a DEV release...tests stil longoing and I appreciate feedback
The following only (!) applies if you have a vehicle location service as part of your realtime setup
Adding a geojson file in /config/www for displaying lat/long of vehiciles in the selected route and direction
The geojson file can then be consumes by the ootb geojson integration (using http(s)://yourserver/local/filename.json
attribute alignment
#Breaking change
Due to attribute datetime reformatting, cards may show different now
Change log
- Aligning atributes to HA requirements (UTC iso-format)
- Finetuning
- Bugfix for new entities
0.1.6b3 DEV : improvements om translations, realtime stability
Contains a massive amount of debug log statements as still in DEV
Adds option for apikey and xapikey in case of authorizatin needed in realtime
Add lat/lon to the realtime attrs, in case vehicles are tracked
Make it less sensitive to realtime misshappening (and a lot goes wrong from source)
0.1.5.1 Bugfix
Adds necessary library to manifest.json
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