Logistics Flow¶
Location: Dashboards → Logistics Flow
Track how assets move between geofences and monitor logistics KPIs like transit times, buffer occupancy, and zone dwell times.
KPI Cards¶
| KPI | Description |
|---|---|
| Assets in Transit | Assets currently moving between geofences (detected leaving one zone but not yet arriving in another) |
| In Buffer | Assets in buffer or staging geofences (configurable zone types) |
| In Geofences | Total assets detected inside any defined geofence |
| Off-Site | Assets with a known position but not inside any geofence |
Flow Visualization¶
A diagram showing asset transitions between geofences:
- Zones appear as nodes, sized by the number of assets currently inside
- Flow lines connect zones where assets have moved between them
- Line thickness represents the number of transitions in the selected period
- Direction arrows show the flow direction
This helps identify common routes, bottlenecks, and unexpected movements.
Asset Locations Table¶
A detailed table listing every tracked asset:
| Column | Description |
|---|---|
| Asset | Name and type |
| Current Zone | Which geofence the asset is in (or "Outside" if none) |
| Last Seen | When the last position was reported |
| Time in Zone | How long the asset has been in its current zone |
| Previous Zone | Where the asset was before |
Click an asset row to see its full movement history.
Filters¶
| Filter | Effect |
|---|---|
| Time range | Last 24h, 7 days, 30 days, or 90 days |
| Asset type | Filter by equipment category |
How Flow Is Calculated¶
- Each asset's position history is resolved against geofence boundaries
- When an asset's position moves from one geofence to another, a transition is recorded
- Transitions are aggregated to build the flow diagram
- Dwell time is computed from consecutive position intervals inside each zone (same method as Equipment → Per Geofence)
Geofences required
The Logistics Flow dashboard requires geofences to be configured. If no geofences exist, the dashboard will show no flow data. See the Geofences guide to set them up.
Data Sources¶
| Data | Source |
|---|---|
| Asset positions | rtls_positions — latest per tag |
| Zone detection | Point-in-polygon matching against geofence polygons |
| Transitions | Computed from position-to-geofence changes over time |
| Dwell time | Time between consecutive position reports inside a zone |