Page 1 of 1

Standard Speeds in Routing / Matrix Routing profiles?

Posted: Thu Apr 02, 2026 3:44 pm
by Bernd Welter
Hi there,

in the concept "profiles and countries" I see some statements about physical restrictions of the standard profiles.

I am also aware that it is possible to ask the Data API for a specific vehicle profile's settings which returns info such as a 40t trucks values:

Code: Select all

{  "region": "EUROPE",  "name": "EUR_TRUCK_40T",
  "description": "Typical 40t truck with 5 axles consisting of tractor with 3 axles and trailer with 2 axles",
  "vehicle": {
       "engineType": "COMBUSTION", "fuelType": "DIESEL", "emissionStandard": "EURO_6", "particleReductionClass": "PMK_0",
       "tunnelRestrictionCode": "NONE", "averageFuelConsumption": 35.0, "cylinderCapacity": 12000, "co2EmissionClass": 1,
       "lowEmissionZoneTypes": [  "DE_GREEN"    ],
    "lowEmissionZoneApprovals": [ "AT_EURO_6", "DE_GREEN", "DK_AUTHORIZED", "ES_CAT_C", "FR_CRITAIR_2"    ],
    "emptyWeight": 14500, "loadWeight": 25500, "totalPermittedWeight": 40000, "totalTechnicallyPermittedWeight": 40000,
    "axleWeight": 10000,"numberOfAxles": 5,"numberOfTires": 10, "height": 400, "heightAboveFrontAxle": 400,
    "length": 1875, "width": 254,"hazardousMaterials": [], "truckRoutes": [], "commercial": false, "etcSubscriptions": []
  },
  "currency": "EUR",   "monetaryCostOptions": {     "costPerKilometer": 2.0,    "workingCostPerHour": 20.0  }
}
Unfortunately this info does not mention any values for the static speeds of the default profiles. Is there some docu available?

Bernd

Status: #5637 forwarded to DEV