derived-series-identifier |
Varies |
The resultant series identifier inherited from the SERIES_ID. |
ROW_I |
Varies |
Index of the result series, beginning with a value of 0, and incremented by 1. |
TRACK_DISTANCE |
FLOAT |
The total distance of the trip in kilometers or miles. |
TRACK_PATH |
LINESTRING |
A series of points along the track of the route. |
MIN_SPEED |
FLOAT |
The minimum trip speed in kilometers or miles. |
AVG_SPEED |
FLOAT |
The average trip speed in kilometers or miles. |
MAX_SPEED |
FLOAT |
The maximum trip speed in kilometers or miles. |
RUN_TIME |
FLOAT |
Actual move time in minutes. |
TRIP_TIME |
FLOAT |
The total time spent of the trip in minutes. |