Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2025-06-20 | Release v0.03HEAD0.03main | Birte Kristina Friesel | -2/+2 | |
2025-06-20 | MOTIS->new: respect time_zone setting | Birte Kristina Friesel | -1/+1 | |
2025-06-17 | Release v0.020.02 | Birte Kristina Friesel | -2/+2 | |
2025-06-17 | Merge branch 'use-europe-berlin-for-timezone' of ↵ | Birte Kristina Friesel | -5/+15 | |
github.com:networkException/Travel-Status-MOTIS | ||||
2025-06-17 | Use v2 api for trip lookup and handle variable precision encoded polyline | networkException | -1/+1 | |
This patch updates the trip lookup codepath to use `api/v2/trip`, which contains a breaking change with the precision of encoded polylines, making it depend on a json value returned by the api. See https://github.com/motis-project/motis/commit/cdca7497b0f5a8a23a6f05a3ea64fe59f199cd0a | ||||
2025-06-16 | Add option to specify time_zone for normalization | networkException | -5/+15 | |
This patch adds the option to MOTIS constructor calls to specify the timzone that should be used to normalize timestamps. | ||||
2025-04-20 | MOTIS: Add a missing vim fold marker | Birte Kristina Friesel | -0/+1 | |
2025-04-20 | perltidy | Birte Kristina Friesel | -19/+27 | |
2025-04-18 | Initial version of Travel::Status::MOTIS | networkException | -0/+595 | |
This patch contains the initial implementation of Travel::Status::MOTIS, an interface to MOTIS routing services for departures, trips and stop search based on Travel::Status::DE::DBRIS. While MOTIS' focus is on intermodal routing, this module has been written for use in https://finalrewind.org/projects/travelynx, as such it focuses on departures at stops and trips. As MOTIS is open source and can be self hosted, there are multiple services (sourced from the transport-apis repository located as a submodule in `ext/`), available: Currently RNV for local transit in Mannheim, Germany and surrounding cities and transitous for worldwide crowdsourced tranit feeds. In addition to scheduled stops and trips this module supports realtime delay predictions, tracks, polylines, cancellations, headsigns and route colors whenever available. |