Click or drag to resize

SPEED PROFILE Statement

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
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.

Syntax

Alchemy
SPEED PROFILE matrix;

Nomenclature

matrix an array of 5 arrays of 8 elements each.

Example

In kph:

Alchemy
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 */

];