SPEED PROFILE Statement |
The SPEED PROFILE statement configures an array of 5 arrays of 8 elements each, which are used to generate more realistic routes.
Each row of 8 elements holds speed values for each speed category starting with speed category 1. Each value is the most likely actual speed that a vehicle would travel on a street link with a given speed category and road class; this may be faster or slower than the legal speed limit.
There is one row for each of the five road classes, starting with 1.
SPEED PROFILE matrix;
matrix | an array of 5 arrays of 8 elements each. |
In kph:
SPEED PROFILE [ [137 , 110 , 110 , 84 , 66 , 60 , 16 , 10], /* FUNC_CLASS 1 */ [137 , 110 , 110 , 84 , 66 , 60 , 16 , 10], /* FUNC_CLASS 2 */ [137 , 110 , 110 , 84 , 66 , 60 , 16 , 10], /* FUNC_CLASS 3 */ [137 , 110 , 105 , 74 , 61 , 55 , 16 , 10], /* FUNC_CLASS 4 */ [137 , 105 , 95 , 69 , 56 , 40 , 16 , 10] /* FUNC_CLASS 5 */ ];