Skip to content

Releases: motis-project/motis

v0.11.22 GTFS-RT Performance Fix

29 Feb 13:18
276079f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.11.21...v0.11.22

v0.11.21

27 Feb 14:00
df2bbfa
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.11.20...v0.11.21

New optional allowed_claszes attribute in IntermodalRoutingRequest and RoutingRequest is an array of allowed clasz values (integers).

Example query:

curl 'https://europe.motis-project.de/' \                       
  -X 'POST' \
  -H 'Content-Type: application/json' \
  --data-binary '{         
   "destination":{
      "type":"Module",
      "target":"/intermodal"
   },
   "content_type":"IntermodalRoutingRequest",
   "content":{
      "start_type":"PretripStart",
      "start":{
         "station":{
            "name":"Darmstadt Hauptbahnhof",
            "id":"delfi_de:06411:4734"
         },
         "interval":{
            "begin":1719493560,
            "end":1719497160
         },
         "min_connection_count":5,
         "extend_interval_earlier":true,
         "extend_interval_later":true
      },
      "start_modes":[
         {
            "mode_type":"FootPPR",
            "mode":{
               "search_options":{
                  "profile":"default",
                  "duration_limit":900
               }
            }
         }
      ],
      "destination_type":"InputStation",
      "destination":{
         "name":"Frankfurt (M) Hbf",
         "id":"nl_stoparea:17791"
      },
      "destination_modes":[
         {
            "mode_type":"FootPPR",
            "mode":{
               "search_options":{
                  "profile":"default",
                  "duration_limit":900
               }
            }
         }
      ],
      "search_type":"Accessibility",
      "search_dir":"Forward",
      "router":"",
      "allowed_claszes": [5, 6, 7, 8, 9, 10, 11, 12]
   }
}'

Transport classes:

  Air = 0,
  HighSpeed = 1,
  LongDistance = 2,
  Coach = 3,
  Night = 4,
  RegionalFast = 5,
  Regional = 6,
  Metro = 7,
  Subway = 8,
  Tram = 9,
  Bus = 10,
  Ship = 11,
  Other = 12,

v0.11.20: Update PPR

22 Feb 18:48
a24f9a9
Compare
Choose a tag to compare

What's Changed

Update PPR to the latest version, including the following updates (PPR data needs to be imported again to benefit from the improvements):

Also fixes #448 (mistake in an example in the PPR api docs).

Full Changelog: v0.11.19...v0.11.20

v0.11.19: Route Colors, Timeout

22 Feb 17:25
7af7b74
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.11.18...v0.11.19

v0.11.18: GBFS Icon Paths

16 Feb 15:40
2a1a2cb
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.11.17...v0.11.18

v0.11.17: ParkenDD Rubustness

14 Feb 21:13
79b536a
Compare
Choose a tag to compare

What's Changed

  • Skip only the invalid parking lots, not the entire set by @vkrause in #440

Full Changelog: v0.11.16...v0.11.17

v0.11.16: GBFS Error Handling

12 Feb 18:57
8b6cbec
Compare
Choose a tag to compare

What's Changed

  • Deal with invalid GBFS station status objects more gracefully by @vkrause in #437

Full Changelog: v0.11.15...v0.11.16

v0.11.15: API Bugfixes

10 Feb 18:51
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.11.14...v0.11.15

v0.11.14: PPR Update

11 Jan 17:32
7b7a423
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.11.13...v0.11.14

v0.11.13: Add Czech localizatio

11 Dec 20:51
a08542e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.11.12...v0.11.13