Transports

Broadly speaking, our platform offers the following key features:

  1. Transport Mode Classification:

    • Automatically detects the mode of transportation used by the user (e.g., car, bicycle, train, etc.).

    • Provides exact start and stop times for each transport segment.

    • Supports consecutive transports in time, such as walking followed by taking a car.

    • Handles gaps in transports when the user stops moving for a certain time period.

  2. Map Matching of Transports:

    • Analyzes the transport mode and GPS locations to determine the most likely route taken on the map of available roads.

    • Enhances the accuracy of distance calculations for each transport by incorporating road network data.

    • Improves overall route understanding and ensures precise distance estimations compared to using GPS locations alone.

These features work in tandem to deliver comprehensive and reliable insights into user mobility behavior. By automatically detecting transport modes and accurately mapping the routes taken, our platform provides valuable information on user journeys, enabling businesses and users to make informed decisions and optimize their travel experiences.

Frequently Asked Questions (FAQs):

What transport modes are available on-device?

The on-device transport classifier supports the following modes: walk, bike, run, idle, car, motorbike, bus, train, and tram.

How are the map-matched trajectories computed on-device?

The on-device algorithm utilizes the raw waypoints received from the GPS module of the devices, which are pre-processed before being used. The distance between these waypoints is calculated as a straight-line distance, also known as a bird distance.

Last updated