summaryrefslogtreecommitdiff
path: root/lib/Travel/Status/MOTIS/TripAtStopover.pm
AgeCommit message (Collapse)AuthorLines
2025-06-20Release v0.03HEAD0.03mainBirte Kristina Friesel-1/+1
2025-06-17Release v0.020.02Birte Kristina Friesel-1/+1
2025-06-17Merge branch 'use-europe-berlin-for-timezone' of ↵Birte Kristina Friesel-1/+4
github.com:networkException/Travel-Status-MOTIS
2025-06-17Trip: Add route_text_color accessornetworkException-6/+8
2025-06-16Add option to specify time_zone for normalizationnetworkException-1/+4
This patch adds the option to MOTIS constructor calls to specify the timzone that should be used to normalize timestamps.
2025-04-20perltidyBirte Kristina Friesel-25/+30
2025-04-18Initial version of Travel::Status::MOTISnetworkException-0/+78
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.