Skip to content

Releases: motis-project/motis

v0.11.27: Start/Dest URL Params

15 Mar 23:45
6c30f88
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.11.26...v0.11.27

v0.11.26: GZIP for GTFS-RT

09 Mar 20:13
f94be27
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.11.25...v0.11.26

v0.11.25: Fixes

08 Mar 14:05
8455e30
Compare
Choose a tag to compare

What's Changed

Please delete your parking database when upgrading!

Full Changelog: v0.11.24...v0.11.25

v0.11.24: Fix Overflows

03 Mar 08:42
fa9e1c1
Compare
Choose a tag to compare

What's Changed

motis-project/nigiri#74 by @vkrause
motis-project/nigiri#75 by @Pi-Cla

Full Changelog: v0.11.23...v0.11.24

v0.11.23: redirect fix

01 Mar 17:05
52f8887
Compare
Choose a tag to compare

What's Changed

  • Handle relative HTTP redirects as well by @vkrause in #460

Full Changelog: v0.11.22...v0.11.23

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