v0.7: GTFS-RT Update from HTTP(S) Timer and Apple Silicon Support
MOTIS can now read config values from environment variables!
Translation from the config keys / command line flags from motis --help
:
- prepend
MOTIS_
- all-caps
- replace
.
by_
.
The config value ris.input
can now take URLs (+ Authorization HTTP(S) header) or file system paths:
Single timetable:
[import]
input=schedule:/input/gtfs-nl
input=osm:path_to_osm
[ris]
input=http://gtfs.ovapi.nl/nl/tripUpdates.pb
# ...
Multi-timetable:
[import]
input=schedule-nl:/input/gtfs-nl
input=schedule-swiss:/input/gtfs-swiss
input=osm:path_to_osm
[ris]
input=nl|http://gtfs.ovapi.nl/nl/tripUpdates.pb
input=swiss|https://api.opentransportdata.swiss/gtfsrt2020|my_auth_key
# ...
What's Changed
- Apple Silicon Support (Mac OS on ARM M1) by @felixguendling in #206
- ris gtfs rt http update by @felixguendling in #209
Full Changelog: v0.6.3...v0.7