summaryrefslogtreecommitdiff
path: root/lib/Travel/Status/MOTIS.pm
AgeCommit message (Collapse)AuthorLines
2025-06-20Release v0.03HEAD0.03mainBirte Kristina Friesel-2/+2
2025-06-20MOTIS->new: respect time_zone settingBirte Kristina Friesel-1/+1
2025-06-17Release v0.020.02Birte Kristina Friesel-2/+2
2025-06-17Merge branch 'use-europe-berlin-for-timezone' of ↵Birte Kristina Friesel-5/+15
github.com:networkException/Travel-Status-MOTIS
2025-06-17Use v2 api for trip lookup and handle variable precision encoded polylinenetworkException-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-16Add option to specify time_zone for normalizationnetworkException-5/+15
This patch adds the option to MOTIS constructor calls to specify the timzone that should be used to normalize timestamps.
2025-04-20MOTIS: Add a missing vim fold markerBirte Kristina Friesel-0/+1
2025-04-20perltidyBirte Kristina Friesel-19/+27
2025-04-18Initial version of Travel::Status::MOTISnetworkException-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.