- Stop KPI Data: Contains detailed information about each stop/delivery.
- Location Data: Includes all recorded parking places and entrances.
Stop KPI Data
Stop KPI data is typically exported in a tabular format (parquet), with the following fields.Delivery ID
type: STRING | The identifier provided by your metadata makes integrating the data into your data warehouse easier.Stop ID
type: STRING | Primarily used for debugging and analysis purposes.Timestamp Stop Beginning
type: STRING | ISO 8601 datetime which defines the beginning of a “stop”. The beginning of a stop is defined as point of time when the courier arrive at the parking place. If you want to know the end time of the stop, add the “Stopping Time” to the timestamp.Stopping Time
type: FLOAT (UTC seconds) | Total duration of the stop in seconds. This value is showing you the actual stop time of a delivery. Completely without geofences and swipe interaction of your driver, you can measure how much time was needed to perform the delivery.H3 index
type: STRING (H3 Level 10)| Index to allows simple spatial aggregations to get further insights. A typical example would be that you are interested in which parts of your delivery area, exceed the average value. With the h3 index you are ready to start your spatial analyses.Service Time
type: FLOAT (seconds) | Total time between leaving and returning to the vehicle.Outdoor Service Time to Customer
type: FLOAT (seconds) | Duration between leaving the vehicle and entering the customer’s building.Indoor Service Time
type: FLOAT (seconds) | Total duration spent inside the customer’s building to perform the delivery.Outdoor Service Time from Customer
type: FLOAT (seconds) | Time between leaving the customer’s building and re-entering the vehicle.Picking Time
type: FLOAT (seconds) | Duration (in seconds) from parking to leaving the vehicle to approach the delivery location.Buffer Time
type: FLOAT (seconds) | Duration (in seconds) from being back at the parking to actually leaving the parking place. Normally this is used by the courier to prepare the next delivery.
Search Time
type: FLOAT (seconds) | Estimated time to locate the correct entrance or delivery location. This is calculated as the difference between the time from the vehicle to the entrance and back to the vehicle. This metric is an estimate and may be influenced by factors such as waiting at the door or handling a heavy delivery. Note: This duration is only available when the delivery is conducted indoors.