Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2025-06-20 | Release v0.03HEAD0.03main | Birte Kristina Friesel | -10/+14 | |
2025-06-20 | MOTIS->new: respect time_zone setting | Birte Kristina Friesel | -1/+1 | |
2025-06-17 | Release v0.020.02 | Birte Kristina Friesel | -10/+19 | |
2025-06-17 | Merge branch 'use-europe-berlin-for-timezone' of ↵ | Birte Kristina Friesel | -16/+34 | |
github.com:networkException/Travel-Status-MOTIS | ||||
2025-06-17 | Trip: Add route_text_color accessor | networkException | -12/+16 | |
2025-06-17 | Use v2 api for trip lookup and handle variable precision encoded polyline | networkException | -7/+10 | |
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-17 | motis-m: Fix --json for trip lookup | networkException | -3/+3 | |
2025-06-16 | Add option to specify time_zone for normalization | networkException | -16/+34 | |
This patch adds the option to MOTIS constructor calls to specify the timzone that should be used to normalize timestamps. | ||||
2025-04-21 | README: Debian releases and a Docker image are now available | Birte Kristina Friesel | -3/+83 | |
2025-04-21 | makedeb-docker(-helper): we need GIS::Distance, and thus bullseye. | Birte Kristina Friesel | -3/+4 | |
2025-04-21 | Dockerfile: we need ext/; adjust entrypoint | Birte Kristina Friesel | -1/+2 | |
2025-04-20 | Release v0.010.01 | Birte Kristina Friesel | -1/+2 | |
2025-04-20 | MOTIS: Add a missing vim fold marker | Birte Kristina Friesel | -0/+1 | |
2025-04-20 | README: Add build instructions | Birte Kristina Friesel | -5/+101 | |
2025-04-20 | Rename motis to motis-m for consistancy with DBRIS, EFA, and HAFAS modules | Birte Kristina Friesel | -14/+15 | |
2025-04-20 | Build.PL: Add git repository reference | Birte Kristina Friesel | -1/+1 | |
2025-04-20 | perltidy | Birte Kristina Friesel | -182/+235 | |
2025-04-20 | Remove Services.pm from version control (it's auto-generated) | Birte Kristina Friesel | -28/+2 | |
2025-04-18 | Initial version of Travel::Status::MOTIS | networkException | -0/+2035 | |
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. |