Trip rating

This section describes the way of how events and their characteristics are transformed to track rating.

  1. Each track has a collection of events

  2. Each event has it’s characteristics

  3. Number of penalty points is proportional to risk factor of event

  4. Points of track:

    • Phone usage points

    • Cornering points

    • Braking points

    • Acceleration points

    • Overspeeding points

  5. Total points of the ride is a weighted sum of parameters' points.

  6. Total points of the ride are weighted by the distance of the ride

  7. Total and parameter weighted points are transformed to 100-scale

  8. Star rating:

    • 100 - 5 star

    • >= 90 - 4 star

    • >= 80 - 3 star

    • >= 70 - 2 star

    • < 70 - 1 star

pageTrips API

Last updated